Skip to content

Commit 5494b39

Browse files
committed
0.1.3
1 parent ed92650 commit 5494b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
loom.platform = neoforge
44

55
# Mod properties
6-
mod_version = 0.1.2
6+
mod_version = 0.1.3
77
maven_group = cn.zbx1425
88
archives_name = project_me
99

src/main/java/cn/zbx1425/projectme/client/ProjectMeClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void onPlayerInteractEntity(PlayerInteractEvent.EntityInteractSpec
4848
System.currentTimeMillis() - peFirstInteractTime <= 500) {
4949
peTargetUUID = null;
5050
peFirstInteractTime = -1;
51-
Objects.requireNonNull(Minecraft.getInstance().getConnection()).sendCommand("/go " + projection.getName().getString());
51+
Objects.requireNonNull(Minecraft.getInstance().getConnection()).sendCommand("go " + projection.getName().getString());
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)