[core] disable autospawn bonuses

This commit is contained in:
2019-05-20 17:20:44 +03:00
parent 5db3ae1af0
commit 17823ede11
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ class Client {
#if debug
var fps = new FPS(0, 0, 0x00ff00);
view.content.addChild(fps);
Lib.current.addChild(fps);
#end
}
}