This is broken for some reason. Removing until fixed.

This commit is contained in:
Iaccidentally 2012-06-12 01:41:39 -04:00
parent c32e10caac
commit 1e04e3f80d
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ public abstract class EssentialsChatPlayer implements Listener
return "shout";
case '?':
return "question";
case '@':
return "admin";
//case '@':
//return "admin";
default:
return "";
}