mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Update ModToolIssue.java removed semicolon
This commit is contained in:
parent
a07c13181d
commit
0abfc64acb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user