mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-31 09:52:57 +00:00
This is broken for some reason. Removing until fixed.
This commit is contained in:
parent
c32e10caac
commit
1e04e3f80d
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ public abstract class EssentialsChatPlayer implements Listener
|
||||||
return "shout";
|
return "shout";
|
||||||
case '?':
|
case '?':
|
||||||
return "question";
|
return "question";
|
||||||
case '@':
|
//case '@':
|
||||||
return "admin";
|
//return "admin";
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue