Fix: CurrentState Now Correctly Initialises player And slot
This commit is contained in:
@@ -48,9 +48,9 @@ public class CurrentState {
|
|||||||
// End setters
|
// End setters
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
private CurrentState(Player player, Slot slot){
|
private CurrentState(){
|
||||||
this.player = player;
|
this.player = null;
|
||||||
this.slot = slot;
|
this.slot = null;
|
||||||
this.NUpper = 0;
|
this.NUpper = 0;
|
||||||
this.NLower = 0;
|
this.NLower = 0;
|
||||||
this.GameStage = GameStages.WAITING;
|
this.GameStage = GameStages.WAITING;
|
||||||
|
|||||||
Reference in New Issue
Block a user