bwa
This commit is contained in:
parent
a8a5dcbc77
commit
2f20bfba1d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public class ISeeYou extends Feature {
|
|||
public void onTick() {
|
||||
if(!notIngame()) {
|
||||
localPlayerCheck();
|
||||
text = "ISeeYou" + (enabled ? " §7[" + names.size() + "/" +"]" : "");
|
||||
text = "ISeeYou" + (enabled ? " §7[" + names.size() +"]" : "");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue