Skip to content

Commit

Permalink
Fix smail bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieaer committed Sep 28, 2019
1 parent fa27d04 commit 6bbbed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/essentials/EssentialConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static void main() {
Global.log("config file loaded!");
}

if(version <= 2){
if(version < 2){
String text = "# Config version (Don't touch this!)\n" +
"version: 2\n\n" +

Expand Down

0 comments on commit 6bbbed9

Please sign in to comment.