fix /pronouns reset command

Fix crash when resetting pronouns due to null value in database write
This commit is contained in:
2025-05-07 23:59:32 -07:00
parent 2eea920d65
commit 38458492e6
3 changed files with 18 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<groupId>com.sophiaatkinson</groupId>
<artifactId>PronounsPlugin</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>PronounsPlugin</name>
@ -37,7 +37,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.7</version>
<version>2.11.7-DEV-207</version>
<scope>system</scope>
<!-- Make sure this path is correct -->
<systemPath>${project.basedir}/lib/PlaceholderAPI-2.11.7-DEV-207.jar</systemPath>