[FEAT] Paper Support
This commit is contained in:
@@ -12,7 +12,7 @@ public class ForgeCompatHelper implements CompatUtils {
|
||||
if (!ModloaderEnvironment.INSTANCE.isModLoaded("vmod"))
|
||||
return true;
|
||||
|
||||
return VanishUtil.isVanished(player.toMojangServerPlayer());
|
||||
return !VanishUtil.isVanished(player.toMojangServerPlayer());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user