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