We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c8b2c commit 60ce0f8Copy full SHA for 60ce0f8
src/main/java/mcp/mobius/waila/network/Packets.java
@@ -108,7 +108,7 @@ public static void initServer() {
108
109
server.execute(() -> {
110
var registrar = Registrar.get();
111
- var world = player.level();
+ var world = player.serverLevel();
112
var entity = world.getEntity(entityId);
113
114
if (entity == null) {
@@ -134,7 +134,7 @@ public static void initServer() {
134
135
136
137
138
var pos = hitResult.getBlockPos();
139
140
//noinspection deprecation
0 commit comments