diff --git a/source/TitleState.hx b/source/TitleState.hx
index b286bd91f..ba0012ec6 100644
--- a/source/TitleState.hx
+++ b/source/TitleState.hx
@@ -51,7 +51,7 @@ class TitleState extends MusicBeatState
 
 		super.create();
 
-		#if NG_LOGIN
+		#if ng
 		var ng:NGio = new NGio(APIStuff.API, APIStuff.EncKey);
 		trace('NEWGROUNDS LOL');
 		#end