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
+1 -1
View File
@@ -384,7 +384,7 @@
if(establish_db_connection())
to_chat(src,"<span class='notice'>You have disabled karma gains.") // reminds those who have it disabled
else
if (establish_db_connection())
if(establish_db_connection())
to_chat(src,"<span class='notice'>You have enabled karma gains.")
if(!void)
@@ -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.")