Ignore:
Timestamp:
Aug 26, 2014, 1:08:25 AM (10 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

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

    r111 r128  
    4141        {
    4242                return SingletonMonoBehaviour<Authenticator>.Instance.GetPlayerId (GetPlayerName (_ci));
     43        }
     44
     45        public static string GetSteamID (string _playerName)
     46        {
     47                return SingletonMonoBehaviour<Authenticator>.Instance.GetPlayerId (_playerName);
    4348        }
    4449
Note: See TracChangeset for help on using the changeset viewer.