Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-08 17:40:04 +01:00
Fix typo - using cz as x coordinate
Dieser Commit ist enthalten in:
Ursprung
9791ca0ca3
Commit
ab4a1c1f27
@ -19,8 +19,8 @@ public class Integration {
|
||||
}
|
||||
|
||||
public static SectionPermissionChecker checkSection(Player player, World world, int cx, int cy, int cz) {
|
||||
SectionPermissionChecker plotSquared = PlotSquaredIntegration.checkSection(player, world, cz, cy, cz);
|
||||
SectionPermissionChecker worldGuard = WorldGuardIntegration.checkSection(player, world, cz, cy, cz);
|
||||
SectionPermissionChecker plotSquared = PlotSquaredIntegration.checkSection(player, world, cx, cy, cz);
|
||||
SectionPermissionChecker worldGuard = WorldGuardIntegration.checkSection(player, world, cx, cy, cz);
|
||||
|
||||
return SectionPermissionChecker.combine(plotSquared, worldGuard);
|
||||
}
|
||||
|
@ -0,0 +1,2 @@
|
||||
package com.moulberry.axiom.viaversion;public class ViaVersionHelper {
|
||||
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren