[DEV] Add Ability to Skip Builds

This commit is contained in:
2025-02-01 18:28:52 +02:00
parent a4aa7108e5
commit c328a07345
19 changed files with 76 additions and 23 deletions

View File

@@ -32,10 +32,6 @@ public class ForgeCompatHelper implements CompatUtils {
@Override
public boolean playerRevived(BridgedPlayer player) {
if (!ModloaderEnvironment.INSTANCE.isModLoaded("playerrevive"))
return false;
IBleeding bleeding = PlayerReviveServer.getBleeding(player.toMojangServerPlayer());
return bleeding != null && bleeding.revived();
return false;
}
}