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 Wall currentWall;
|
||||||
|
|
||||||
|
|
||||||
|
private Stargate() {
|
||||||
|
isSpawned = false;
|
||||||
|
}
|
||||||
|
|
||||||
public static void init() {
|
public static void init() {
|
||||||
yellowStargate.other = blueStargate;
|
yellowStargate.other = blueStargate;
|
||||||
blueStargate.other = yellowStargate;
|
blueStargate.other = yellowStargate;
|
||||||
|
Loading…
Reference in New Issue
Block a user