Update ModToolIssue.java removed semicolon

This commit is contained in:
xjoao 2022-01-06 11:08:01 +00:00
parent a07c13181d
commit 0abfc64acb

View File

@ -52,7 +52,7 @@ public class ModToolIssue implements ISerialize {
int photoItemId = set.getInt("photo_item_id"); int photoItemId = set.getInt("photo_item_id");
if (photoItemId != -1) { if (photoItemId != -1) {
this.photoItem = Emulator.getGameEnvironment().getItemManager().loadHabboItem(photoItemId);; this.photoItem = Emulator.getGameEnvironment().getItemManager().loadHabboItem(photoItemId);
} }
if (this.modId <= 0) { if (this.modId <= 0) {