Skip to content

Commit 7c01dc7

Browse files
committed
Swap round "[System]" and username
1 parent ee1efc4 commit 7c01dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pterodactyl/smp_commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async fn handle_log_message(
141141
false,
142142
ExecuteWebhook::new()
143143
.content(sanitized_message)
144-
.username(format!("{sanitized_username} [System]"))
144+
.username(format!("[System] {sanitized_username}"))
145145
.avatar_url(avatar_url(&sanitized_username)),
146146
)
147147
.await?;

0 commit comments

Comments
 (0)