Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-17 05:40:06 +01:00
Fix typo - using cz as x coordinate
Dieser Commit ist enthalten in:
Ursprung
f878ae661f
Commit
a70948cb46
@ -19,8 +19,8 @@ public class Integration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static SectionPermissionChecker checkSection(Player player, World world, int cx, int cy, int cz) {
|
public static SectionPermissionChecker checkSection(Player player, World world, int cx, int cy, int cz) {
|
||||||
SectionPermissionChecker plotSquared = PlotSquaredIntegration.checkSection(player, world, cz, cy, cz);
|
SectionPermissionChecker plotSquared = PlotSquaredIntegration.checkSection(player, world, cx, cy, cz);
|
||||||
SectionPermissionChecker worldGuard = WorldGuardIntegration.checkSection(player, world, cz, cy, cz);
|
SectionPermissionChecker worldGuard = WorldGuardIntegration.checkSection(player, world, cx, cy, cz);
|
||||||
|
|
||||||
return SectionPermissionChecker.combine(plotSquared, worldGuard);
|
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