Mapper/SpawnPosFix

* automated refreshing the page after moving a spawn point
This commit is contained in:
Sarjuuk 2025-12-15 16:27:33 +01:00
parent af67e84cd8
commit 5bfc0da3f8

View file

@ -74,7 +74,7 @@ if ([$mapper, $mapperData, $som, $foundIn] = $this->map):
if (rsp /* == x */)
alert('move failed. details tbd');
else
location.reload(true);
location.search += "&refresh";
},
});
}