FeelingLucky v1.0 RELEASE

This commit is contained in:
Paldiu
2022-05-20 15:41:34 -05:00
parent 10d7a4ed98
commit 17f83bd9f2
6 changed files with 88 additions and 6 deletions

View File

@ -64,7 +64,7 @@ public class PlayerConfig {
}
@Contract("_, _ -> new")
public static PlayerConfig loadFrom(FeelingLucky plugin, File file) {
public static PlayerConfig initFrom(FeelingLucky plugin, File file) {
return new PlayerConfig(plugin, file);
}