mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-11 17:21:29 +01:00
Remove double plus.
This commit is contained in:
parent
543dcf57f5
commit
ccc9c74a76
@ -323,7 +323,7 @@ public class NCPExemptionManager {
|
||||
if (wrong != 0){
|
||||
final List<String> details = new LinkedList<String>();
|
||||
if (wrong != 0){
|
||||
details.add("wrong entity-ids (" + + wrong + ")");
|
||||
details.add("wrong entity-ids (" + wrong + ")");
|
||||
}
|
||||
LogUtil.logWarning("[NoCheatPlus] ExemptionManager inconsistencies: " + StringUtil.join(details, " | "));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user