Give others the chance to get blamed for mistakes

This commit is contained in:
Evenprime 2012-03-01 21:37:31 +01:00
parent f830defb5f
commit 82d54ba1db
2 changed files with 1 additions and 3 deletions

View File

@ -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 + ".";
}
}

View File

@ -5,8 +5,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 {