Removed unnecessary return from noop onExit method
This commit is contained in:
		@@ -19,7 +19,5 @@ public class Field extends cicaprojekt.Tile {
 | 
			
		||||
            playerBase.pickZPM(this);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void onExit(PlayerBase playerBase) {
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
    public void onExit(PlayerBase playerBase) {}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user