mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
[Forge] Remove the message if platform == null.
This commit is contained in:
parent
7eb487aef7
commit
19291ea4e3
@ -145,7 +145,6 @@ public class ForgeWorldEdit {
|
||||
@ForgeSubscribe
|
||||
public void onPlayerInteract(PlayerInteractEvent event) {
|
||||
if (platform == null) {
|
||||
logger.warning("WorldEdit didn't initialize correctly! Please report this error.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user