forked from MagicBane/Server
remove day fo week bane placement restriction
This commit is contained in:
@@ -113,10 +113,10 @@ public final class Bane {
|
||||
|
||||
public static boolean summonBanestone(PlayerCharacter player, ClientConnection origin, int rank) {
|
||||
|
||||
if(LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.WEDNESDAY) == false && LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.THURSDAY) == false){
|
||||
ChatManager.chatSystemError(player, "You can only place banes on Wednesdays and Thursdays.");
|
||||
return false;
|
||||
}
|
||||
//if(LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.WEDNESDAY) == false && LocalDateTime.now().getDayOfWeek().equals(DayOfWeek.THURSDAY) == false){
|
||||
// ChatManager.chatSystemError(player, "You can only place banes on Wednesdays and Thursdays.");
|
||||
// return false;
|
||||
//}
|
||||
|
||||
Guild baningGuild;
|
||||
Zone cityZone;
|
||||
|
||||
Reference in New Issue
Block a user