Update client_procs.dm
This commit is contained in:
@@ -199,13 +199,7 @@ GLOBAL_LIST(external_rsc_urls)
|
||||
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
|
||||
<<<<<<< HEAD
|
||||
if(world.byond_version >= 511 && byond_version >= 511 && prefs.clientfps)
|
||||
vars["fps"] = prefs.clientfps
|
||||
sethotkeys(1) //set hoykeys from preferences (from_pref = 1)
|
||||
=======
|
||||
fps = prefs.clientfps
|
||||
>>>>>>> e72cfeb... code improvements from mso and co (#33485)
|
||||
|
||||
log_access("Login: [key_name(src)] from [address ? address : "localhost"]-[computer_id] || BYOND v[byond_version]")
|
||||
var/alert_mob_dupe_login = FALSE
|
||||
|
||||
Reference in New Issue
Block a user