mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47: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
|
||||
// doesn't have an override
|
||||
session.setUseInventory(config.useInventory
|
||||
&& (!config.useInventoryOverride
|
||||
|| !player.hasPermission("worldedit.inventory.unrestricted")));
|
||||
&& !(config.useInventoryOverride
|
||||
&& player.hasPermission("worldedit.inventory.unrestricted")));
|
||||
|
||||
// Remember the session
|
||||
sessions.put(player.getName(), session);
|
||||
|
Loading…
Reference in New Issue
Block a user