[FEAT] Paper Support

This commit is contained in:
2024-11-11 10:55:21 +02:00
parent 4e2eafb702
commit cc26cd450d
24 changed files with 479 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ public class NeoForgeCompatHelper implements CompatUtils {
if (!ModloaderEnvironment.INSTANCE.isModLoaded("vmod"))
return true;
return VanishUtil.isVanished(player.toMojangServerPlayer());
return !VanishUtil.isVanished(player.toMojangServerPlayer());
}
@Override