From faf736a0131898c7b91dc1a8afc97dc8707e39b2 Mon Sep 17 00:00:00 2001 From: TheComputerGeek2 Date: Tue, 18 Apr 2017 15:53:24 -0700 Subject: [PATCH] Grave digging config options logLandUnclaims is actually handled by logLandClaims. command logging is out of the scope of factions. bank options have been gone for a while, and now the config field is removed for now. --- src/com/massivecraft/factions/entity/MConf.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/massivecraft/factions/entity/MConf.java b/src/com/massivecraft/factions/entity/MConf.java index 1e52388e..87860110 100644 --- a/src/com/massivecraft/factions/entity/MConf.java +++ b/src/com/massivecraft/factions/entity/MConf.java @@ -521,9 +521,7 @@ public class MConf extends Entity public boolean logFactionKick = true; public boolean logFactionLeave = true; public boolean logLandClaims = true; - public boolean logLandUnclaims = true; public boolean logMoneyTransactions = true; - public boolean logPlayerCommands = true; // -------------------------------------------- // // ENUMERATIONS @@ -682,6 +680,5 @@ public class MConf extends Entity // That costs should the faciton bank take care of? // If you set this to false the player executing the command will pay instead. public boolean bankFactionPaysCosts = true; - public boolean bankFactionPaysLandCosts = true; }