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