We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49edd3d commit 0dc1968Copy full SHA for 0dc1968
source/managers/FreeplayManager.hx
@@ -77,6 +77,7 @@ class FreeplayManager {
77
78
/////////////////////////////////////////////////////FUNCTIONS///////////////////////////////////////////////////////////////////////////////
79
public static function loadFPManager(?ensureLoaded:Bool = false) {
80
+ trace("FP in Arch Mode: " + APEntryState.inArchipelagoMode);
81
#if ARCHIPELAGO_ALLOWED
82
return switch (APEntryState.inArchipelagoMode) {
83
case true:
0 commit comments