mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 03:32:56 +01:00
Merge pull request #6090 from Mechoid/Hopefully_Fixes_Ghost_Checks
Hopefully fixes ghost presence checks.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
. = 0
|
||||
return
|
||||
|
||||
if(!M.mind || !M.client) // Logged out. They might come back but we can't do any meaningful assessments for now.
|
||||
if(!M.client) // Logged out. They might come back but we can't do any meaningful assessments for now.
|
||||
. = 0
|
||||
return
|
||||
|
||||
@@ -79,4 +79,4 @@
|
||||
. += assess_player_activity(O)
|
||||
num++
|
||||
if(num)
|
||||
. = round(. / num, 0.1)
|
||||
. = round(. / num, 0.1)
|
||||
|
||||
Reference in New Issue
Block a user