forked from MagicBane/Server
Minor class cleanup
This commit is contained in:
@@ -121,7 +121,7 @@ public enum ForgeManager implements Runnable {
|
||||
return rollingDuration;
|
||||
}
|
||||
|
||||
public static int getAvailableSlots(WorkOrder workOrder) {
|
||||
public static int calcAvailableSlots(WorkOrder workOrder) {
|
||||
|
||||
int availableSlots = workOrder.vendor.getRank();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user