Ignore:
Timestamp:
Aug 30, 2014, 8:08:25 PM (10 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/AllocsLogFunctions.cs

    r144 r146  
    3030
    3131                                PersistentContainer.Instance.Players[steamId].SetOnline(ci);
     32                                PersistentData.PersistentContainer.Instance.Save ();
    3233                        } catch (Exception e) {
    3334                                Log.Out ("Error in AllocsLogFunctions.RequestToSpawnPlayer: " + e);
     
    4243                                if (players.SteamIDs.Contains(steamId))
    4344                                        players[steamId].SetOffline();
     45                                PersistentData.PersistentContainer.Instance.Save ();
    4446                        } catch (Exception e) {
    4547                                Log.Out ("Error in AllocsLogFunctions.PlayerDisconnected: " + e);
Note: See TracChangeset for help on using the changeset viewer.