mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixes
- Makes it so that log_client_to_db is called before mob/Login() - Makes it so can_vote() doesn't runtime if the player_age isn't a number
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
handle_player_polling()
|
||||
|
||||
/client/proc/can_vote()
|
||||
return player_age >= 30
|
||||
return istext(player_age) || player_age >= 30
|
||||
|
||||
/client/proc/handle_player_polling()
|
||||
establish_db_connection()
|
||||
|
||||
Reference in New Issue
Block a user