mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #7950 from MrStonedOne/feartheageless
Fixes players getting no age on first connection (and adds a new player admin notice)
This commit is contained in:
@@ -176,7 +176,10 @@ var/next_external_rsc = 0
|
||||
|
||||
while (query.NextRow())
|
||||
player_age = text2num(query.item[2])
|
||||
break
|
||||
return
|
||||
//player not found.
|
||||
player_age = 0
|
||||
message_admins("[key_name_admin(src)] is connecting here for the first time.")
|
||||
|
||||
|
||||
/client/proc/sync_client_with_db()
|
||||
|
||||
Reference in New Issue
Block a user