diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index 80522c9b54db4f147c225669775eb475a28cad88..d1148ab955ecfaae9672275e5df7f51d51cc96f3 100644 --- a/game/modules/tome/class/Game.lua +++ b/game/modules/tome/class/Game.lua @@ -1394,12 +1394,7 @@ function _M:setupCommands() end), LEVELUP = function() -package.loaded["mod.dialogs.LevelupDialog"] = nil -package.loaded["mod.dialogs.elements.TalentTrees"] = nil - local ds = require("mod.dialogs.LevelupDialog").new(game.player) - game:registerDialog(ds) - --- self.player:playerLevelup(nil, false) + self.player:playerLevelup(nil, false) end, SAVE_GAME = function()