mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-24 06:24:04 +00:00
oops, fix error
This commit is contained in:
parent
4f2a6bfcb8
commit
908caafb7d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public class Command_invsee extends FreedomCommand
|
|||
}
|
||||
playerSender.closeInventory();
|
||||
FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
|
||||
fPlayer.setInvsee(true);
|
||||
fPlayer.setInvSee(true);
|
||||
Inventory playerInv = player.getInventory();
|
||||
playerSender.openInventory(playerInv);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue