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
d82ccb68c4
commit
9c10ba852e
1 changed files with 4 additions and 0 deletions
|
|
@ -298,6 +298,10 @@ class HuntMode extends NullMode {
|
|||
}
|
||||
points = 0;
|
||||
@:privateAccess level.playGui.formatGemHuntCounter(points);
|
||||
|
||||
if (!Net.isMP) {
|
||||
freeSpawns();
|
||||
}
|
||||
}
|
||||
|
||||
override function onClientRestart() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue