Changeset 492
- Timestamp:
- Jun 25, 2024, 9:56:48 PM (5 months ago)
- Location:
- binary-improvements
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/ModInfo.xml
r488 r492 5 5 <Description value="Common functions" /> 6 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="3 2" />7 <Version value="33" /> 8 8 <Website value="https://7dtd.illy.bz" /> 9 9 </xml> -
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 -
binary-improvements/bin/Mods/Allocs_CommonFunc/ModInfo.xml
r488 r492 5 5 <Description value="Common functions" /> 6 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="3 2" />7 <Version value="33" /> 8 8 <Website value="https://7dtd.illy.bz" /> 9 9 </xml>
Note:
See TracChangeset
for help on using the changeset viewer.