location command fix when UseLocationsInSameWorld is enabled

locations can be used in another world with bypass perm when UseLocationsInSameWorld is enabled
This commit is contained in:
SuperRonanCraft
2023-05-11 23:05:53 -04:00
parent 1e903e447b
commit 671d422683
6 changed files with 13 additions and 3 deletions

View File

@@ -125,5 +125,11 @@
<version>1.18.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>19.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>