Skip to content

Commit

Permalink
init inv
Browse files Browse the repository at this point in the history
  • Loading branch information
NeumimTo committed May 6, 2019
1 parent 90125b2 commit 6401a4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ public IActiveCharacter setActiveCharacter(UUID uuid, IActiveCharacter character
character.setUsingGuiMod(activeCharacter.isUsingGuiMod());
characters.put(uuid, character);
}
initActiveCharacter(character);
return character;
}

Expand Down

0 comments on commit 6401a4c

Please sign in to comment.