Index: binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs	(revision 209)
+++ binary-improvements/7dtd-server-fixes/src/AssemblyInfo.cs	(revision 211)
@@ -18,5 +18,5 @@
 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
 
-[assembly: AssemblyVersion("0.102.*")]
+[assembly: AssemblyVersion("0.103.*")]
 
 // The following attributes are used to specify the signing key for the assembly, 
Index: binary-improvements/7dtd-server-fixes/src/CommonMappingFunctions.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/CommonMappingFunctions.cs	(revision 209)
+++ binary-improvements/7dtd-server-fixes/src/CommonMappingFunctions.cs	(revision 211)
@@ -158,9 +158,8 @@
 		{
 			try {
-				Dictionary<string, CSteamID> uToID = Steam.Authentication.Server.usersToIDs;
-				foreach (KeyValuePair<string, CSteamID> kvp in uToID) {
-					string curId = string.Empty + kvp.Value.m_SteamID;
+				foreach (string name in Steam.Authentication.Server.usersToIDs.Keys) {
+					string curId = string.Empty + Steam.Authentication.Server.usersToIDs[name].steamID.m_SteamID;
 					if (curId.Equals (_steamId)) {
-						return GetClientInfoFromPlayerName (kvp.Key, false);
+						return GetClientInfoFromPlayerName (name, false);
 					}
 				}
Index: binary-improvements/bin/Release/7dtd-server-fixes_version.txt
===================================================================
--- binary-improvements/bin/Release/7dtd-server-fixes_version.txt	(revision 209)
+++ binary-improvements/bin/Release/7dtd-server-fixes_version.txt	(revision 211)
@@ -1,1 +1,1 @@
-Version:       0.102.5448.37821
+Version:       0.103.5459.40864
