Skip to content

Commit c22405d

Browse files
authored
Update VaultUtils.java
1 parent c068ecd commit c22405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cat/nyaa/nyaacore/utils/VaultUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.bukkit.entity.Player;
99
import org.bukkit.plugin.RegisteredServiceProvider;
1010

11-
public class VaultUtil {
11+
public class VaultUtils {
1212
public static Economy getVaultEconomy() {
1313
if(eco == null){
1414
RegisteredServiceProvider<Economy> provider = Bukkit.getServer().getServicesManager().getRegistration(Economy.class);

0 commit comments

Comments
 (0)