mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Fix inverted if operand in discord accountlink (#2588)
* Fix inverted if operand in discord accountlink (#56029) * Fix inverted if operand in discord accountlink Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
co-authored by
Kyle Spier-Swenson
parent
f7bf0ef171
commit
ef60ebcc2b
@@ -14,7 +14,7 @@
|
||||
if(!prefix)
|
||||
to_chat(src, "<span class='warning'>This feature is disabled.</span>")
|
||||
|
||||
if(!SSdiscord && !SSdiscord.reverify_cache)
|
||||
if(!SSdiscord || !SSdiscord.reverify_cache)
|
||||
to_chat(src, "<span class='warning'>Wait for the Discord subsystem to finish initialising</span>")
|
||||
return
|
||||
var/message = ""
|
||||
|
||||
Reference in New Issue
Block a user