Remove extra / from Pl3xmap players URL (Closes #125)
This commit is contained in:
parent
745d29593f
commit
98d7ede3d9
@ -396,7 +396,7 @@ export default class Pl3xmapMapProvider extends MapProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async getPlayers(): Promise<Set<LiveAtlasPlayer>> {
|
private async getPlayers(): Promise<Set<LiveAtlasPlayer>> {
|
||||||
const url = `${this.config.pl3xmap}/tiles/players.json`;
|
const url = `${this.config.pl3xmap}tiles/players.json`;
|
||||||
|
|
||||||
if(this.playersAbort) {
|
if(this.playersAbort) {
|
||||||
this.playersAbort.abort();
|
this.playersAbort.abort();
|
||||||
|
Loading…
Reference in New Issue
Block a user