mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
oops, fix error
This commit is contained in:
parent
4f2a6bfcb8
commit
908caafb7d
@ -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…
Reference in New Issue
Block a user