Fixed cheater auto-flair and renamed package
This commit is contained in:
parent
7c1f79e512
commit
07b5541d8d
49 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public class PluginMain extends JavaPlugin { // Translated to Java: 2015.07.15.
|
|||
p.FlairState = FlairStates.Recognised;
|
||||
switch (flairclass) {
|
||||
case "cheater":
|
||||
p.SetFlair((short) 0x5, true);
|
||||
p.SetFlair(Short.parseShort(text), true);
|
||||
return;
|
||||
case "unknown":
|
||||
if (text.equals("-1")) // If true, only non-presser/can't press; if
|
Loading…
Reference in a new issue