mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 03:53:00 +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();
|
playerSender.closeInventory();
|
||||||
FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
|
FPlayer fPlayer = plugin.pl.getPlayer(playerSender);
|
||||||
fPlayer.setInvsee(true);
|
fPlayer.setInvSee(true);
|
||||||
Inventory playerInv = player.getInventory();
|
Inventory playerInv = player.getInventory();
|
||||||
playerSender.openInventory(playerInv);
|
playerSender.openInventory(playerInv);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue