Skip to content

Commit

Permalink
Fixed typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerolmed committed Mar 6, 2022
1 parent 7fd4e35 commit becc8c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'net.endrealm'
version = '1.1-PRE'
version = '1.1.1-PRE'

sourceCompatibility = '17'
targetCompatibility = '17'
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/endrealm/buildrealm/config/MainConfig.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package net.endrealm.buildrealm.config;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;

import java.util.List;
import java.util.Optional;

@ToString
public class MainConfig {
private final Configuration configuration;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# don't touch unless you know what you are doing
slime_loader:
open: "openDrafts"
close: "closedDrafts"
closed: "closedDrafts"

# Defines data storage. This is not where the worlds are saved but the data like groups, drafts etc.
# Values: "file" | "mongo"
Expand Down

0 comments on commit becc8c8

Please sign in to comment.