Remove double plus.

This commit is contained in:
asofold 2013-07-09 17:59:27 +02:00
parent 543dcf57f5
commit ccc9c74a76

View File

@ -323,7 +323,7 @@ public class NCPExemptionManager {
if (wrong != 0){ if (wrong != 0){
final List<String> details = new LinkedList<String>(); final List<String> details = new LinkedList<String>();
if (wrong != 0){ if (wrong != 0){
details.add("wrong entity-ids (" + + wrong + ")"); details.add("wrong entity-ids (" + wrong + ")");
} }
LogUtil.logWarning("[NoCheatPlus] ExemptionManager inconsistencies: " + StringUtil.join(details, " | ")); LogUtil.logWarning("[NoCheatPlus] ExemptionManager inconsistencies: " + StringUtil.join(details, " | "));
} }