mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +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)
|
||||
return player.getPlayer().getWorld().getName();
|
||||
else
|
||||
return "Evenprime was lazy and forgot to define " + wildcard + ".";
|
||||
return "the Author was lazy and forgot to define " + wildcard + ".";
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -6,8 +6,6 @@ import cc.co.evenprime.bukkit.nocheat.NoCheat;
|
||||
/**
|
||||
* A task running in the background that measures tick time vs. real time
|
||||
*
|
||||
* @author Evenprime
|
||||
*
|
||||
*/
|
||||
public class LagMeasureTask implements Runnable {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user