- Timestamp:
- Aug 30, 2014, 8:08:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AllocsLogFunctions.cs
r144 r146 30 30 31 31 PersistentContainer.Instance.Players[steamId].SetOnline(ci); 32 PersistentData.PersistentContainer.Instance.Save (); 32 33 } catch (Exception e) { 33 34 Log.Out ("Error in AllocsLogFunctions.RequestToSpawnPlayer: " + e); … … 42 43 if (players.SteamIDs.Contains(steamId)) 43 44 players[steamId].SetOffline(); 45 PersistentData.PersistentContainer.Instance.Save (); 44 46 } catch (Exception e) { 45 47 Log.Out ("Error in AllocsLogFunctions.PlayerDisconnected: " + e);
Note:
See TracChangeset
for help on using the changeset viewer.