mirror of
https://github.com/PEXPlugins/Modifyworld.git
synced 2024-12-22 16:18:24 +01:00
Fixed typo.
This commit is contained in:
parent
90198717b0
commit
8cf68a9562
@ -192,7 +192,7 @@ public class PlayerListener extends ModifyworldListener {
|
||||
event.getPlayer().updateInventory();
|
||||
}
|
||||
}
|
||||
if (action == Action.RIGHT_CLICK_BLOCK) {
|
||||
if (action == Action.RIGHT_CLICK_AIR) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user