Stargate's isSpawned attribute is now properly initialized
This commit is contained in:
parent
c6a0b984eb
commit
b32fec8c52
@ -12,6 +12,10 @@ public class Stargate {
|
||||
private Wall currentWall;
|
||||
|
||||
|
||||
private Stargate() {
|
||||
isSpawned = false;
|
||||
}
|
||||
|
||||
public static void init() {
|
||||
yellowStargate.other = blueStargate;
|
||||
blueStargate.other = yellowStargate;
|
||||
|
Loading…
Reference in New Issue
Block a user