- Timestamp:
- Oct 23, 2014, 3:09:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/PersistentData/Players.cs
r189 r202 47 47 public Player GetPlayerByNameOrId (string _nameOrId, bool _ignoreColorCodes) 48 48 { 49 string sid = GetSteamID (_nameOrId, _ignoreColorCodes);49 string sid = GetSteamID (_nameOrId, _ignoreColorCodes); 50 50 if (sid != null) 51 return this [sid];51 return this [sid]; 52 52 else 53 53 return null;
Note:
See TracChangeset
for help on using the changeset viewer.