1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed typo "Slimfun" to "Slimefun"

This commit is contained in:
Florian CUNY 2017-12-01 19:28:12 +01:00
parent 5fba0e37ac
commit 475eaae0b0

View File

@ -110,7 +110,7 @@ public class SlimefunBackup {
}
output.close();
System.out.println("[Slimfun] Backed up Blocks to " + file.getName());
System.out.println("[Slimefun] Backed up Blocks to " + file.getName());
} catch(IOException e) {
e.printStackTrace();
}