add comment
This commit is contained in:
parent
8f8fcd26cb
commit
97b36e3c24
@ -64,6 +64,7 @@ public class PacketListener {
|
|||||||
{
|
{
|
||||||
if (!e.isCancelled())
|
if (!e.isCancelled())
|
||||||
{
|
{
|
||||||
|
//eject player if he is in chair and tryes to sneak (it is impossible unless arrow will disappear in client due to server lags)
|
||||||
Player player = e.getPlayer();
|
Player player = e.getPlayer();
|
||||||
if (pluginInstance.sit.containsKey(player.getName()))
|
if (pluginInstance.sit.containsKey(player.getName()))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user