[Forge] Remove the message if platform == null.

This commit is contained in:
sk89q 2014-07-31 16:45:25 -07:00
parent 7eb487aef7
commit 19291ea4e3

View File

@ -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;
}