Fix if() space

This commit is contained in:
Markolie
2017-02-13 00:02:33 +01:00
parent 40740d18ba
commit c570ec4db2
+2 -2
View File
@@ -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)