Initial refactor: deleted all old code and replaced with something sensible. Driven from the guild's mine hour instead of calculating dates.

This commit is contained in:
2023-01-19 10:38:49 -05:00
parent 5ff4703b14
commit 6672f750d9
7 changed files with 34 additions and 276 deletions
-5
View File
@@ -201,11 +201,6 @@ public class InfoCmd extends AbstractDevCmd {
output+= newline;
output+= "Production type: " +mine.getProduction().name();
output+= newline;
output+= "Open Date: "+ ( mine.openDate).toString();
output+= newline;
output+= "Open Date: "+ (mine.openDate).toString();
}
}
output += newline;