forked from SteamWar/SteamWar
Starting...
This commit is contained in:
@@ -116,7 +116,7 @@ public class BauSystem extends JavaPlugin implements Listener {
|
||||
}
|
||||
|
||||
public static UUID getOwner() {
|
||||
return SteamwarUser.get(getOwnerID()).getUUID();
|
||||
return SteamwarUser.byId(getOwnerID()).getUUID();
|
||||
}
|
||||
|
||||
public static int getOwnerID() {
|
||||
|
||||
Reference in New Issue
Block a user