Skip to content

Commit 4c2104d

Browse files
Fixed minor bug
1 parent 1765a95 commit 4c2104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bammerbom/ultimatecore/sponge/modules/inventory/commands/ClearinventoryCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public CommandResult execute(CommandSource sender, CommandContext args) throws C
7777
t.getInventory().clear();
7878

7979
Messages.send(sender, "inventory.command.clearinventory.others.self", "%player%", VariableUtil.getNameEntity(t));
80-
Messages.send(sender, "inventory.command.clearinventory.others.others", "%player%", sender);
80+
Messages.send(t, "inventory.command.clearinventory.others.others", "%player%", sender);
8181
return CommandResult.success();
8282
}
8383
}

0 commit comments

Comments
 (0)