mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-06 14:51:23 +01:00
removed forgotten debug output
This commit is contained in:
parent
b702801d2b
commit
18a46a996c
@ -119,7 +119,7 @@ public class NoCheatConfiguration {
|
|||||||
private Action[] stringToActions(String string, Action[] def) {
|
private Action[] stringToActions(String string, Action[] def) {
|
||||||
|
|
||||||
if(string == null) return def;
|
if(string == null) return def;
|
||||||
System.out.println(string);
|
|
||||||
List<Action> as = new LinkedList<Action>();
|
List<Action> as = new LinkedList<Action>();
|
||||||
String[] parts = string.split(" ");
|
String[] parts = string.split(" ");
|
||||||
|
|
||||||
|
@ -435,9 +435,6 @@ public class MovingCheck extends Check {
|
|||||||
event.setTo(data.movingSetBackPoint.clone());
|
event.setTo(data.movingSetBackPoint.clone());
|
||||||
event.getPlayer().teleport(data.movingSetBackPoint.clone());
|
event.getPlayer().teleport(data.movingSetBackPoint.clone());
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user