More compile fixes

This commit is contained in:
Noah van der Aa
2023-12-06 19:21:23 +01:00
parent d79a08990a
commit 9734050cf0
5 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ @Override
+ public String translationKey() {
+ return this.target.getDescriptionId();
+ return this.handle.getDescriptionId();
+ }
// Paper end