Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Change TypedCommandService to be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkL4YG committed Mar 15, 2020
1 parent 2b5c680 commit 69a9735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/fearnixx/jeak/JeakBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class JeakBot implements Runnable, IBot {
// * * * STATICS * * * //
public static final Charset CHAR_ENCODING = StandardCharsets.UTF_8;
public static final String VERSION = "@VERSION@";
private static final boolean ENABLE_TYPED_COMMANDS = Main.getProperty("jeak.experimental.enable_typedCommands", false);
private static final boolean ENABLE_TYPED_COMMANDS = Main.getProperty("jeak.experimental.enable_typedCommands", true);

private static final Logger logger = LoggerFactory.getLogger(JeakBot.class);

Expand Down

0 comments on commit 69a9735

Please sign in to comment.