mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Remove a bit of trailing whitespace
This commit is contained in:
parent
742b6b61fa
commit
87e40141c6
@ -250,8 +250,8 @@ public class WorldEdit {
|
|||||||
// Have the session use inventory if it's enabled and the player
|
// Have the session use inventory if it's enabled and the player
|
||||||
// doesn't have an override
|
// doesn't have an override
|
||||||
session.setUseInventory(config.useInventory
|
session.setUseInventory(config.useInventory
|
||||||
&& (!config.useInventoryOverride
|
&& !(config.useInventoryOverride
|
||||||
|| !player.hasPermission("worldedit.inventory.unrestricted")));
|
&& player.hasPermission("worldedit.inventory.unrestricted")));
|
||||||
|
|
||||||
// Remember the session
|
// Remember the session
|
||||||
sessions.put(player.getName(), session);
|
sessions.put(player.getName(), session);
|
||||||
|
Loading…
Reference in New Issue
Block a user