Fixed ResetEverything for SP and some other fixes

This commit is contained in:
Pao
2023-01-23 01:44:35 +01:00
parent 5770b8a488
commit 5faa4ddb92
4 changed files with 70 additions and 16 deletions

View File

@@ -147,7 +147,7 @@ end
TocContextMenus.CreateCheatMenu = function(context, root_menu, local_player, clicked_player)
if local_player:getAccessLevel() == "Admin" then
if local_player:getAccessLevel() == "Admin" or isDebugEnabled() then
local cheat_menu = TocContextMenus.CreateNewMenu("Cheat", context, root_menu)