Functions that have SystemArray are now pcalled

+ Fix singletons.game_keyboard;
+ Changed monster data initialization order.
This commit is contained in:
GreenComfyTea
2022-08-13 13:51:17 +03:00
parent 1e97ec8b39
commit acd7486b16
5 changed files with 138 additions and 62 deletions

View File

@@ -140,7 +140,7 @@ function singletons.init_game_keyboard()
--log.error("[MHR Overlay] No game keyboard");
end
return singletons.ggame_keyboard;
return singletons.game_keyboard;
end
function singletons.init_scene_manager()