mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
Made some object lists less terrible to read (#29304)
* spaces * more spaces * last ones
This commit is contained in:
@@ -30,7 +30,7 @@ GLOBAL_PROTECT(VVpixelmovement)
|
||||
else if (isloc(var_value))
|
||||
. = VV_ATOM_REFERENCE
|
||||
|
||||
else if (istype(var_value,/client))
|
||||
else if (istype(var_value, /client))
|
||||
. = VV_CLIENT
|
||||
|
||||
else if (istype(var_value, /datum))
|
||||
|
||||
Reference in New Issue
Block a user