- Timestamp:
- Aug 26, 2014, 1:08:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/CommonMappingFunctions.cs
r111 r128 41 41 { 42 42 return SingletonMonoBehaviour<Authenticator>.Instance.GetPlayerId (GetPlayerName (_ci)); 43 } 44 45 public static string GetSteamID (string _playerName) 46 { 47 return SingletonMonoBehaviour<Authenticator>.Instance.GetPlayerId (_playerName); 43 48 } 44 49
Note:
See TracChangeset
for help on using the changeset viewer.