issues
search
nihilogist
/
resistance-tanoa
0
stars
0
forks
source link
Game save state includes map markers from players
#12
Closed
nihilogist
closed
5 years ago
nihilogist
commented
5 years ago
Issue is completed when
Map markers are read from save file on server loading mission
GIVEN
: the mission is running on a dedicated server, and a player connects from a client and puts a marker on the map
WHEN
: the mission is re-loaded on the server and a new player connects
THEN
: the markers on the map are reloaded onto the new player's map
nihilogist
commented
5 years ago
Done in commit 6c0703ade7ef7736ded1cc14f9e769ab100b3586
Issue is completed when
Map markers are read from save file on server loading mission