Fix spacing errors

This commit is contained in:
Couls
2019-03-10 18:00:49 -04:00
parent 9037aa2d87
commit 4e1e55b9e9
2 changed files with 2 additions and 2 deletions
@@ -226,7 +226,7 @@
set desc = "This button will allow you to stop other people giving you karma."
prefs.toggles ^= DISABLE_KARMA
prefs.save_preferences(src)
if (prefs.toggles & DISABLE_KARMA)
if(prefs.toggles & DISABLE_KARMA)
to_chat(usr, "<span class='notice'>You have disabled karma gains.")
else
to_chat(usr, "<span class='notice'>You have enabled karma gains.")