bane commander NPC
This commit is contained in:
@@ -241,7 +241,7 @@ public class City extends AbstractWorldObject {
|
|||||||
int month = bane.getLiveDate().getMonthOfYear();
|
int month = bane.getLiveDate().getMonthOfYear();
|
||||||
int year = bane.getLiveDate().year().get();
|
int year = bane.getLiveDate().year().get();
|
||||||
int hour = bane.getLiveDate().getHourOfDay();
|
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 {
|
}else {
|
||||||
writer.putString("BANED!: Unset");
|
writer.putString("BANED!: Unset");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user