Skip to content

Commit

Permalink
📝 Update Config.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Sstudiosdev authored Apr 16, 2024
1 parent e6f5c13 commit 010cf5a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Clase utilitaria para manejar archivos de configuración YAML en Bukkit/Spigot.
*/
@Getter
public class Config {
public class Config {

// Archivo de configuración
private final File file;
Expand Down Expand Up @@ -277,4 +277,5 @@ public void insertLocationList(final String path, final List<Location> locationT
public long getLong(final String path, final long defaultValue) {
return bukkitConfiguration.getLong(path, defaultValue);
}

}

0 comments on commit 010cf5a

Please sign in to comment.