forked from MagicBane/Server
File reformat
This commit is contained in:
@@ -127,7 +127,7 @@ public enum ForgeManager implements Runnable {
|
||||
|
||||
// Deduct gold cost from building
|
||||
|
||||
if (debitWorkOrderCost(workOrder) == false)
|
||||
if (!debitWorkOrderCost(workOrder))
|
||||
return 58; //58: The formula is beyond the means of this facility
|
||||
|
||||
// Create in-memory items and add to collections
|
||||
|
||||
Reference in New Issue
Block a user