This commit is contained in:
Jess H 2024-05-27 08:07:09 +01:00
parent a8a5dcbc77
commit 2f20bfba1d

View file

@ -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() +"]" : "");
}
}