Skip to content

Commit

Permalink
Fix RTP command "spawn not set" error feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Paul-R committed Jan 28, 2023
1 parent e85441a commit 36b5c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private static int exec(ServerCommandSource source, ServerWorld world) throws Co
if (center == null) {
source.sendError(TextUtil.concat(
ecText.getText("cmd.rtp.error.pre", TextFormatType.Error),
ecText.getText("cmd.rtp.error.no_spawn_set, TextFormatType.Error")
ecText.getText("cmd.rtp.error.no_spawn_set", TextFormatType.Error)
));
return -1;
}
Expand Down

0 comments on commit 36b5c09

Please sign in to comment.