Skip to content

Commit

Permalink
fix lobby spawn coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
Inf1nityy committed Jul 26, 2024
1 parent 0e7b505 commit ddb24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nexia/core/games/util/LobbyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class LobbyUtil {
public static World nexusLobbyWorld = null;
public static Location nexusLobbyLocation = null;

public static EntityPos lobbySpawn = new EntityPos(0, 65, 0, 0, 0);
public static EntityPos lobbySpawn = new EntityPos(0.5, 65, 0.5, 0, 0);

public static boolean isLobbyWorld(Level level) {
return level.dimension() == Level.OVERWORLD;
Expand Down

0 comments on commit ddb24b6

Please sign in to comment.