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);
 | 
					            playerBase.pickZPM(this);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void onExit(PlayerBase playerBase) {
 | 
					    public void onExit(PlayerBase playerBase) {}
 | 
				
			||||||
        return;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user