Skip to content

Commit dfe6761

Browse files
committed
feat: Improve detection if started in dedicated server
1 parent b50558e commit dfe6761

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

scripts/AFUtils

scripts/CommandsManager.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ local LocationsManager = require("LocationsManager")
77
local WeatherManager = require("WeatherManager")
88
local PlayersManager = require("PlayersManager")
99

10-
LogDebug("IsDedicatedServer",AFUtils.IsDedicatedServer())
10+
LogDebug("CommandLine:", GetKismetSystemLibrary():GetCommandLine():ToString())
11+
LogInfo("IsDedicatedServer:", AFUtils.IsDedicatedServer())
1112

1213
---Write to lua console and the OutputDevice
1314
---@param OutputDevice FOutputDevice

scripts/main.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local AFUtils = require("AFUtils.AFUtils")
1111
local UEHelpers = require("UEHelpers")
1212

1313
ModName = "CheatConsoleCommands"
14-
ModVersion = "1.16.0"
14+
ModVersion = "1.16.1"
1515
DebugMode = true
1616
IsModEnabled = true
1717

@@ -93,4 +93,4 @@ end)
9393
-- LogCommandsAsBBCode()
9494
-- end
9595

96-
LogInfo("Mod loaded successfully")
96+
LogInfo("Mod loaded successfully")

0 commit comments

Comments
 (0)