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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user