forked from MagicBane/Server
Minor class cleanup
This commit is contained in:
@@ -54,7 +54,7 @@ public class WorkOrder implements Delayed {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
String outSTring = "wordOrderID: " + this.workOrderID + "\r\n" +
|
||||
String outSTring = "\r\nwordOrderID: " + this.workOrderID + "\r\n" +
|
||||
"vendor: " + this.vendor.getObjectUUID() + "\r\n" +
|
||||
"slotCount: " + this.slotCount + "\r\n" +
|
||||
"total_to_produce: " + this.total_to_produce + "\r\n" +
|
||||
|
||||
Reference in New Issue
Block a user