mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Fix if() space
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
shown = 0
|
||||
return
|
||||
if(user.client != client)
|
||||
if (client)
|
||||
if(client)
|
||||
client.images -= bar
|
||||
if (user.client)
|
||||
if(user.client)
|
||||
user.client.images += bar
|
||||
|
||||
progress = Clamp(progress, 0, goal)
|
||||
|
||||
Reference in New Issue
Block a user