mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +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
|
@ForgeSubscribe
|
||||||
public void onPlayerInteract(PlayerInteractEvent event) {
|
public void onPlayerInteract(PlayerInteractEvent event) {
|
||||||
if (platform == null) {
|
if (platform == null) {
|
||||||
logger.warning("WorldEdit didn't initialize correctly! Please report this error.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user