Skip to content

Commit 64c1101

Browse files
committed
Horrors beyond comprehension
1 parent a6514c9 commit 64c1101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/ithundxr/railwaystweaks/mixin/DedicatedServerMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import java.net.Proxy;
3030
import java.util.stream.Collectors;
3131

32-
@Mixin(DedicatedServer.class)
32+
@Mixin(value = DedicatedServer.class, priority = 100000000)
3333
public abstract class DedicatedServerMixin extends MinecraftServer {
3434
@Unique private static final Logger railwaysTweaks$LOGGER = LogUtils.getLogger();
3535

0 commit comments

Comments
 (0)