Skip to content

Commit

Permalink
Fixed keybind file
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinRepo committed May 14, 2022
1 parent d949144 commit cf73d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/dustin/jex/file/impl/KeybindFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.HashMap;
import java.util.Map;

@ConfigFile.CFG(fileName = "keybinds.json", folder = "config")
@ConfigFile.CFG(fileName = "Keybinds.yml", folder = "config")
public class KeybindFile extends ConfigFile {
@Override
public void read() {
Expand Down

0 comments on commit cf73d76

Please sign in to comment.