if i set line 589 to this:
Code: Select all
while (AllMatchResults.count > 5) {
AllMatchResults.removekey(0);
; log("AllMatchResults = "^AllMatchResults);
}
I get this:
Starting ManiaPlanet date=2012-09-07_11_19 Svn=46537 GameVersion=3.2.0...
Initializing...
Configuration file : dedicated_cfg_Joust.txt
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5000.
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Please wait, loading...
URL: maniaplanet://#join=doajoust@SMStormJoust@nadeolabs
Match settings file : MatchSettings\SM_Joust.txt
Loading match settings...
...Match settings loaded
Autostart server on internet
Starting server...
- Warning! -
You seem to be on a private network.
Unless you have configured your NAT,
other players on internet will not be
able to join in...
Script compilation failed: ERROR[Libs/Nadeo/ShootMania/WaitingQueue.Script.txt :
589, 2] syntax error, unexpected MANIASCRIPT_SEMICOLON
ERROR[Libs/Nadeo/ShootMania/WaitingQueue.Script.txt : 589, 2] Missing closing br
ace MANIASCRIPT_BRACKET_CURLY_CL
ERROR[9, 63] Include "Libs/Nadeo/ShootMania/WaitingQueue.Script.txt" was not fou
nd.
Script compilation failed.
Loading map Joust - TheDeck-G1E.Map.Gbx (IqyqJerjPNb7nwMc6A_AZrpWDYj)...
...Load succeeds
Whats the correct syntax to comment out the matchresults logging??