Skip to content

Commit c3be408

Browse files
committed
Not helpful... yet.
1 parent 829d71e commit c3be408

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

source/archipelago/ArchPopup.hx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ class ArchPopup extends openfl.display.Sprite {
2323
var alphaTween:FlxTween;
2424
var lastScale:Float = 1;
2525
public static var daUnlockSong:String = 'Nothing lol';
26-
public static var instances:yutautil.LimitedArray<ArchPopup> = new yutautil.LimitedArray<ArchPopup>(6);
26+
// public static var instances:yutautil.LimitedArray<ArchPopup> = new yutautil.LimitedArray<ArchPopup>(6);
2727

2828
public function new(name:String, desc:String, ?song:String, ?image:String, ?onFinish:Void->Void)
2929
{
3030
super();
3131

32-
instances.add(this, 'remove_oldest');
32+
// instances.add(this, 'remove_oldest');
3333

34-
for (popup in _popups)
35-
{
36-
if (instances.indexOf(popup) == -1)
37-
{
38-
popup.destroy();
39-
}
40-
}
34+
// for (popup in _popups)
35+
// {
36+
// if (instances.indexOf(popup) == -1)
37+
// {
38+
// popup.destroy();
39+
// }
40+
// }
4141

4242
// bg
4343
graphics.beginFill(FlxColor.BLACK);

source/archipelago/Client.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,7 @@ class Client {
14031403
games: gameData,
14041404
};
14051405
_dataPackage = data;
1406+
APGameState.isSync = true;
14061407
return ArchPopup.startPopupCustom("The game can now be played!", "You are now connected to the server. Have fun!", "archColor");
14071408
}
14081409

0 commit comments

Comments
 (0)