Merge branch 'xjoao-master-patch-29021' into 'dev'

Update ModToolIssue.java removed semicolon

See merge request morningstar/Arcturus-Community!458
This commit is contained in:
ArpyAge 2022-01-18 22:22:19 +00:00
commit 20120ea6bb

View File

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