mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix that one restart bug on hunt
This commit is contained in:
parent
054ee18234
commit
5e6e985dbf
1 changed files with 4 additions and 0 deletions
|
|
@ -298,6 +298,10 @@ class HuntMode extends NullMode {
|
||||||
}
|
}
|
||||||
points = 0;
|
points = 0;
|
||||||
@:privateAccess level.playGui.formatGemHuntCounter(points);
|
@:privateAccess level.playGui.formatGemHuntCounter(points);
|
||||||
|
|
||||||
|
if (!Net.isMP) {
|
||||||
|
freeSpawns();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override function onClientRestart() {
|
override function onClientRestart() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue