mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-07 04:53:05 +00:00
Lots of formatting fixes and removal of useless things (#10)
This commit is contained in:
parent
b931cce3bb
commit
1871451ed6
20 changed files with 355 additions and 738 deletions
|
@ -415,7 +415,7 @@ public class FUtil
|
|||
return date.getTime() / 1000L;
|
||||
}
|
||||
|
||||
public static String getNmsVersion()
|
||||
public static String getNMSVersion()
|
||||
{
|
||||
String packageName = Bukkit.getServer().getClass().getPackage().getName();
|
||||
return packageName.substring(packageName.lastIndexOf('.') + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue