KaukausInsurgency / ki-web

Web Application for Kaukasus Insurgency
1 stars 0 forks source link

On game start - online_players table is empty #51

Closed Igneous01 closed 6 years ago

Igneous01 commented 6 years ago

this table should not be empty when starting the game - it should show the server user that started the game.

Igneous01 commented 6 years ago

What happens is that when starting the mission in single player mode, the call to net.get_player_info(playerID) returns nil, where as before it used to return the player information for the server player.

Issues resolved if running mission in MP.