3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-25 02:20:07 +01:00

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.
*/
@Mod(modid = "WorldEdit", name = "WorldEdit", version = "%VERSION%")
@Mod(modid = "WorldEdit", name = "WorldEdit", version = "%VERSION%", acceptableRemoteVersions = "*")
public class ForgeWorldEdit {
public static Logger logger;