Removed April Fools event

This commit is contained in:
nossr50
2021-03-31 15:14:00 -07:00
parent f01efd92f5
commit a2ba406fe5
10 changed files with 679 additions and 693 deletions

View File

@@ -243,8 +243,6 @@ public class Config extends AutoUpdateConfigLoader {
* GENERAL SETTINGS
*/
public boolean isAprilFoolsAllowed() { return config.getBoolean("General.AprilFoolsEvent", true); }
/* General Settings */
public boolean getIsMetricsEnabled() { return config.getBoolean("Metrics.bstats", true); }