Fix issue where numbers were sometimes parsed as usernames when they shouldn't be. This commit also fixes an issue where "Not a valid plot ID" was sent twice.

This commit is contained in:
Alexander Söderberg
2020-06-24 08:31:23 +02:00
parent 159b35c717
commit f6f26c6102
7 changed files with 63 additions and 7 deletions

View File

@ -21,7 +21,7 @@
<dependency>
<groupId>com.plotsquared</groupId>
<artifactId>PlotSquared-Core</artifactId>
<version>5.12.0</version>
<version>5.12.2</version>
<scope>compile</scope>
</dependency>
<dependency>