mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
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:
commit
20120ea6bb
@ -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