mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-04 23:07:44 +01:00
Give others the chance to get blamed for mistakes
This commit is contained in:
parent
f830defb5f
commit
82d54ba1db
@ -125,7 +125,7 @@ public abstract class Check {
|
|||||||
} else if(wildcard == ParameterName.WORLD)
|
} else if(wildcard == ParameterName.WORLD)
|
||||||
return player.getPlayer().getWorld().getName();
|
return player.getPlayer().getWorld().getName();
|
||||||
else
|
else
|
||||||
return "Evenprime was lazy and forgot to define " + wildcard + ".";
|
return "the Author was lazy and forgot to define " + wildcard + ".";
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,6 @@ import cc.co.evenprime.bukkit.nocheat.NoCheat;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A task running in the background that measures tick time vs. real time
|
* A task running in the background that measures tick time vs. real time
|
||||||
*
|
|
||||||
* @author Evenprime
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class LagMeasureTask implements Runnable {
|
public class LagMeasureTask implements Runnable {
|
||||||
|
Loading…
Reference in New Issue
Block a user