Index: binary-improvements/7dtd-server-fixes/src/PersistentData/Players.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/PersistentData/Players.cs	(revision 455)
+++ binary-improvements/7dtd-server-fixes/src/PersistentData/Players.cs	(revision 492)
@@ -2,4 +2,5 @@
 using System.Collections.Generic;
 using System.Text.RegularExpressions;
+using Platform.EOS;
 
 namespace AllocsFixes.PersistentData {
@@ -13,4 +14,8 @@
 			if (_internalId == null) {
 				return null;
+			}
+
+			if (_internalId is UserIdentifierEos eosId) {
+				string _ = eosId.ProductUserIdString;
 			}
 
