Skip to content

Commit c03165e

Browse files
committed
Update SideUI.hx
1 parent b7eb9af commit c03165e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/archipelago/console/SideUI.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class SideUI extends Sprite {
4949
return;
5050
}
5151
else {
52-
FlxG.state.openSubState(new Prompt("Cannot open the console while not in Archipelago Mode!", 0, null, null, false));
52+
//FlxG.state.openSubState(new Prompt("Cannot open the console while not in Archipelago Mode!", 0, null, null, false));
53+
trace('Cannot open the console while not in Archipelago Mode!');
5354
}
5455
}
5556

0 commit comments

Comments
 (0)