Skip to content

Commit

Permalink
changed some constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Apr 30, 2016
1 parent 7525979 commit a2f0419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/GameConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class GameConstants {
public static final int USER_MODE = 0;
public static final int SERVER_MODE = 0;
public static final int SERVER_MODE = 1;
public static final Color THUNK_COLOR = Color.WHITE;
public static final Color USER_COLOR = Color.BLACK;
}

0 comments on commit a2f0419

Please sign in to comment.