readd beacon effect cause
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
public static Properties loadFromFile(Path path) {
|
||||
+ if (!path.toFile().exists()) return new Properties(); // CraftBukkit - SPIGOT-7465, MC-264979: Don't load if file doesn't exist
|
||||
+ if (!Files.exists(path)) return new Properties(); // CraftBukkit - SPIGOT-7465, MC-264979: Don't load if file doesn't exist
|
||||
try {
|
||||
try {
|
||||
Properties var13;
|
||||
|
||||
Reference in New Issue
Block a user