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