Skip to content

Commit

Permalink
fromattinggggg
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid committed Feb 25, 2016
1 parent 3f23215 commit e594d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/github/hsyyid/essentialcmds/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ public static void savePlayerInventory(Player player, UUID worldUUID)
{
if (Utils.doShareInventories(worldName, world.getName()))
{
if(!worlds.contains(world.getUniqueId()))
worlds.add(world.getUniqueId());
if (!worlds.contains(world.getUniqueId()))
worlds.add(world.getUniqueId());
}
}

Expand Down

0 comments on commit e594d7b

Please sign in to comment.