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