online multiplayer chess game (note server currently down)
Diffstat (limited to 'Debug.gd')
-rw-r--r--Debug.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debug.gd b/Debug.gd
index 8ea2e04..1742653 100644
--- a/Debug.gd
+++ b/Debug.gd
@@ -15,7 +15,7 @@ static func is_debug() -> bool:
var args := Utils.get_args()
if "debug" in args:
return bool(args.debug)
- return false or OS.is_debug_build()
+ return OS.is_debug_build()
func _ready() -> void: