Fixed BanditStrongholdSiege negative schedule time.
This commit is contained in:
		| @@ -544,7 +544,7 @@ public class BanditStrongholdSiege extends ClanHallSiege | ||||
| 				cancel(); | ||||
| 				return; | ||||
| 			} | ||||
| 			schedule(remaining); | ||||
| 			schedule(Math.max(0, remaining)); | ||||
| 		} | ||||
| 	}; | ||||
| 	 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment