remove Unnecessary semicolons

This commit is contained in:
OMGeeky
2025-06-21 18:37:54 +02:00
parent 90359bf285
commit 18cb73385f
15 changed files with 2 additions and 61 deletions

View File

@@ -574,7 +574,5 @@ public class NPC extends JSONElement {
return new Double(Math.ceil(experience)).intValue();
}
;
}