From 5bfc0da3f849eb847651050dcbd2202a15206c54 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 15 Dec 2025 16:27:33 +0100 Subject: [PATCH] Mapper/SpawnPosFix * automated refreshing the page after moving a spawn point --- template/bricks/mapper.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/bricks/mapper.tpl.php b/template/bricks/mapper.tpl.php index ed0ba3be..37832ad0 100644 --- a/template/bricks/mapper.tpl.php +++ b/template/bricks/mapper.tpl.php @@ -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"; }, }); }