mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Minor fix for not repeating checks that default state already does
This commit is contained in:
@@ -275,7 +275,7 @@
|
||||
|
||||
add_fingerprint(usr)
|
||||
|
||||
if(usr.stat || usr.restrained() || flushing)
|
||||
if(flushing)
|
||||
return
|
||||
|
||||
if(isturf(loc))
|
||||
|
||||
Reference in New Issue
Block a user