- Timestamp:
- Jun 25, 2024, 9:56:48 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/PersistentData/Players.cs
r455 r492 2 2 using System.Collections.Generic; 3 3 using System.Text.RegularExpressions; 4 using Platform.EOS; 4 5 5 6 namespace AllocsFixes.PersistentData { … … 13 14 if (_internalId == null) { 14 15 return null; 16 } 17 18 if (_internalId is UserIdentifierEos eosId) { 19 string _ = eosId.ProductUserIdString; 15 20 } 16 21
Note:
See TracChangeset
for help on using the changeset viewer.