bane commander NPC

This commit is contained in:
2024-12-28 08:16:20 -06:00
parent e1d36125d2
commit 16951d36a2
+1 -1
View File
@@ -241,7 +241,7 @@ public class City extends AbstractWorldObject {
int month = bane.getLiveDate().getMonthOfYear();
int year = bane.getLiveDate().year().get();
int hour = bane.getLiveDate().getHourOfDay();
writer.putString("BANE SET: " + month + "/" + day + "/" + year + " " + hour + ":00 pm CST");
writer.putString("BANE SET: " + month + "/" + day + "/" + year + " " + hour + ":00 CST");
}else {
writer.putString("BANED!: Unset");
}