Update ForgeWorldEdit.java

This fixes clients being required to install Forge WorldEdit when connecting to servers running Forge WorldEdit.
This commit is contained in:
luacs1998 2014-10-30 17:48:15 +08:00
parent a9fe7049b7
commit a2e8119cc7

View File

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