AntiCheatAddition icon indicating copy to clipboard operation
AntiCheatAddition copied to clipboard

[Bug] I don't see a player in the tab because of the esp

Open F3F5 opened this issue 1 year ago • 2 comments

331897910-238e4748-a061-4ba7-847e-eb478f8e81da

[21:57:09 INFO]: [AntiCheatAddition] Version: 9.1.4

[21:57:14 INFO]: This server is running PandaSpigot version git-PandaSpigot-119 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT) (Git: 858ab0f) [21:57:14 INFO]: Checking version, please wait... [21:57:15 INFO]: You are running the latest version

F3F5 avatar May 26 '24 14:05 F3F5

@Photon-GitHub if (skin == null || skin.isEmpty()) return; cause the problem on 1.8 servers. Maybe it should be removed?

rejomy avatar Jun 10 '24 03:06 rejomy

@Photon-GitHub if (skin == null || skin.isEmpty()) return; cause the problem on 1.8 servers. Maybe it should be removed?

No, because this is needed on newer versions, otherwise errors will appear. A potential solution would be an empty list, but I would need to test it first.

Photon-GitHub avatar Jun 10 '24 16:06 Photon-GitHub