Update ForgeWorldEdit.java

This fixes clients being required to install Forge WorldEdit when connecting to servers running Forge WorldEdit.
Dieser Commit ist enthalten in:
luacs1998 2014-10-30 17:48:15 +08:00
Ursprung a9fe7049b7
Commit a2e8119cc7

Datei anzeigen

@ -61,7 +61,7 @@ import static net.minecraftforge.event.entity.player.PlayerInteractEvent.Action;
/** /**
* The Forge implementation of WorldEdit. * The Forge implementation of WorldEdit.
*/ */
@Mod(modid = "WorldEdit", name = "WorldEdit", version = "%VERSION%") @Mod(modid = "WorldEdit", name = "WorldEdit", version = "%VERSION%", acceptableRemoteVersions = "*")
public class ForgeWorldEdit { public class ForgeWorldEdit {
public static Logger logger; public static Logger logger;