fix character switching bug

This commit is contained in:
LetterJay
2017-02-17 14:43:06 -06:00
parent 1ce5fe2bd8
commit 8066422c75
+2
View File
@@ -207,6 +207,8 @@ var/next_external_rsc = 0
if(!prefs)
prefs = new /datum/preferences(src)
preferences_datums[ckey] = prefs
else
prefs.parent = src
prefs.last_ip = address //these are gonna be used for banning
prefs.last_id = computer_id //these are gonna be used for banning
if(world.byond_version >= 511 && byond_version >= 511 && prefs.clientfps)