Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pisaiah committed Sep 2, 2024
2 parents 17e5f44 + e1e8130 commit 45c9c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static int run(MinecraftServer mc, ServerPlayerEntity plr, String[] args)
plr.sendMessage(text("Error: null getSpawnPos", Formatting.RED), false);
sp = new BlockPos(1, 40, 1);
}
plr.sendMessage(text("Telelporting...", Formatting.GOLD), false);
plr.sendMessage(text("Teleporting...", Formatting.GOLD), false);

sp = findSafePos(w, sp);

Expand Down

0 comments on commit 45c9c54

Please sign in to comment.