Skip to content

Commit

Permalink
Update headlandManagement.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0611 committed Jul 12, 2024
1 parent 0d87e33 commit 26c384e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headlandManagement.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if HeadlandManagement.MOD_NAME == nil then HeadlandManagement.MOD_NAME = g_curre
HeadlandManagement.MODSETTINGSDIR = g_currentModSettingsDirectory

source(g_currentModDirectory.."tools/gmsDebug.lua")
GMSDebug:init(HeadlandManagement.MOD_NAME, true, 1)
GMSDebug:init(HeadlandManagement.MOD_NAME, false)
GMSDebug:enableConsoleCommands("hlmDebug")

source(g_currentModDirectory.."gui/HeadlandManagementGui.lua")
Expand Down

0 comments on commit 26c384e

Please sign in to comment.