Use ckeys instead of keys in key name helper proc and new_player login. (#61857)

This commit is contained in:
Timberpoes
2021-10-03 20:15:57 -07:00
committed by GitHub
parent 4a13a1afdb
commit ce352fb46b
2 changed files with 3 additions and 2 deletions
@@ -1,6 +1,7 @@
/mob/dead/new_player/Login()
if(!client)
return
if(CONFIG_GET(flag/use_exp_tracking))
client.set_exp_from_db()
client.set_db_player_flags()