Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Disabled debug for master.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Jul 8, 2017
1 parent 2cd7d8c commit dfa4d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/global/src/main/java/rekit/config/GameConf.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private GameConf() {
* This boolean indicates whether the game is in debug mode.
*/
@NoSet
public static boolean DEBUG = true;
public static boolean DEBUG = false;

/**
* The Name of the Game.
Expand Down

0 comments on commit dfa4d96

Please sign in to comment.