Skip to content

Commit a58b685

Browse files
committed
Update APPlayState.hx
1 parent 2138bb1 commit a58b685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APPlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ class APPlayState extends PlayState {
20122012

20132013
public static function APInstance()
20142014
{
2015-
if (instance != null)
2015+
if (instance != null && instance is APPlayState)
20162016
return instance;
20172017
return null;
20182018
}

0 commit comments

Comments
 (0)