Skip to content

Commit 4e73e17

Browse files
author
Matthew Bate
committed
stats code
1 parent 2a64d95 commit 4e73e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BHD-ServerManager/Classes/InstanceManagers/statsInstanceManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public static string GenerateGameLine()
210210

211211
string timer = timerSeconds.ToString();
212212
string date = DateTime.Now.ToString("yyyy-M-d HH:mm:ss");
213-
string gametype = objectGameTypes.GetShortName(theInstance.gameInfoGameType) ?? "0";
213+
string gametype = instanceMaps.CurrentGameType.ToString() ?? "0";
214214
string dedicated = theInstance.gameDedicated ? "1" : "0";
215215
string servername = theInstance.gameServerName;
216216
string mapname = instanceMaps.CurrentMapName;

0 commit comments

Comments
 (0)