mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-20 20:51:27 +01:00
Fixed compilation issue in moneyutil
This commit is contained in:
parent
682c405609
commit
d7ea8e3ade
@ -15,7 +15,7 @@ import java.util.UUID;
|
||||
* Used for #15
|
||||
*/
|
||||
public class MoneyUtil {
|
||||
private static final Object economy = null;
|
||||
private static Object economy = null;
|
||||
|
||||
static {
|
||||
if (Bukkit.getPluginManager().getPlugin("Vault") != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user