Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-09 01:50:05 +01:00
Fix typo - using cz as x coordinate
Dieser Commit ist enthalten in:
Ursprung
c7b6bd6e0b
Commit
d6c4facd6e
@ -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