Possible fix for deadchat runtime.

This commit is contained in:
Zuhayr
2013-08-16 01:45:50 -07:00
parent 9e58d93fd6
commit 24a09bc9df
+1 -1
View File
@@ -37,7 +37,7 @@
usr << "\red Speech is currently admin-disabled."
return
if(!(client.prefs.toggles & CHAT_DEAD))
if(client && !(client.prefs.toggles & CHAT_DEAD))
usr << "\red You have deadchat muted."
return