Ignore:
Timestamp:
Apr 30, 2015, 1:55:16 AM (10 years ago)
Author:
alloc
Message:

Fixes for 11.4

File:
1 edited

Legend:

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

    r232 r233  
    1313                }
    1414               
    15                 public override void SavePlayerData (int _clientId, PlayerDataFile _playerDataFile) {
    16                         PlayerDataStuff.GM_SavePlayerData (_clientId, _playerDataFile);
     15                public override void SavePlayerData (ClientInfo _cInfo, PlayerDataFile _playerDataFile) {
     16                        PlayerDataStuff.GM_SavePlayerData (_cInfo, _playerDataFile);
    1717                }
    1818
    19                 public override void PlayerLogin (int _clientId, string _name, string _playerId, string _token, string _compatibilityVersion) {
     19                public override void PlayerLogin (ClientInfo _cInfo, string _compatibilityVersion) {
    2020                }
    2121               
    22                 public override void PlayerSpawning (int _clientId, string _name, int _chunkViewDim, PlayerProfile _playerProfile) {
    23                         AllocsLogFunctions.RequestToSpawnPlayer (_clientId, _name, _chunkViewDim, _playerProfile);
     22                public override void PlayerSpawning (ClientInfo _cInfo, int _chunkViewDim, PlayerProfile _playerProfile) {
     23                        AllocsLogFunctions.RequestToSpawnPlayer (_cInfo, _chunkViewDim, _playerProfile);
    2424                }
    2525               
Note: See TracChangeset for help on using the changeset viewer.