Removal of unnecessary AnnounceGainakSiege configuration.
This commit is contained in:
		| @@ -83,12 +83,3 @@ MaxReputation = 0 | ||||
| # Reputation increase for kill one PK | ||||
| # Default: 100 | ||||
| ReputationIncrease = 0 | ||||
|  | ||||
|  | ||||
| # --------------------------------------------------------------------------- | ||||
| # Gainak Siege | ||||
| # --------------------------------------------------------------------------- | ||||
|  | ||||
| # Announce Gainak siege in all chat | ||||
| # Default: false | ||||
| AnnounceGainakSiege = false | ||||
|   | ||||
| @@ -700,7 +700,6 @@ public class Config | ||||
| 	public static int ANTIFEED_INTERVAL; | ||||
| 	public static boolean VAMPIRIC_ATTACK_AFFECTS_PVP; | ||||
| 	public static boolean MP_VAMPIRIC_ATTACK_AFFECTS_PVP; | ||||
| 	public static boolean ANNOUNCE_GAINAK_SIEGE; | ||||
| 	 | ||||
| 	// -------------------------------------------------- | ||||
| 	// Rate Settings | ||||
| @@ -2308,7 +2307,6 @@ public class Config | ||||
| 			PVP_PVP_TIME = pvpConfig.getInt("PvPVsPvPTime", 60000); | ||||
| 			MAX_REPUTATION = pvpConfig.getInt("MaxReputation", 500); | ||||
| 			REPUTATION_INCREASE = pvpConfig.getInt("ReputationIncrease", 100); | ||||
| 			ANNOUNCE_GAINAK_SIEGE = pvpConfig.getBoolean("AnnounceGainakSiege", false); | ||||
| 			 | ||||
| 			// Load Olympiad config file (if exists) | ||||
| 			final PropertiesParser olympiadConfig = new PropertiesParser(OLYMPIAD_CONFIG_FILE); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment