geforkt von Mirrors/FastAsyncWorldEdit
Update ForgeWorldEdit.java
This fixes clients being required to install Forge WorldEdit when connecting to servers running Forge WorldEdit.
Dieser Commit ist enthalten in:
Ursprung
a9fe7049b7
Commit
a2e8119cc7
@ -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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren