Prevents WIP books from being lost

This change adds a workaround for writable books used for payment. Only books that don't contain any text can be used for payment, thus preventing any books with important text from being lost.
This commit is contained in:
2022-11-04 03:37:38 +01:00
parent 6820b71dde
commit 0fdfd81579
2 changed files with 81 additions and 7 deletions

View File

@@ -88,7 +88,7 @@
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.0.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>
</project>