This commit is contained in:
BurgerLUA
2018-11-09 20:03:26 +01:00
committed by Werner
parent 8bf67b64e4
commit 71635096fc
4 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ proc/api_update_command_database()
s["host"] = host ? host : null
s["players"] = 0
s["stationtime"] = worldtime2text()
s["roundduration"] = get_round_duration()
s["roundduration"] = get_round_duration_formatted()
s["gameid"] = game_id
if(queryparams["status"] == "2")