Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
cavallium committed Jul 7, 2021
1 parent ed3749a commit 3c51259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.warp</groupId>
<artifactId>CoordinatesObfuscator</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<name>CoordinatesObfuscator</name>
<build>
<resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public static boolean outgoing(Logger logger, final PacketContainer packet, fina
logger.fine("[out]Respawning player");
respawn(logger, offset, player);
break;
case "POSITION_LOOK":
case "POSITION":
boolean isRelativeX = false;
boolean isRelativeZ = false;
Expand Down

0 comments on commit 3c51259

Please sign in to comment.