Skip to content

Commit

Permalink
forgot newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Feb 12, 2025
1 parent 27d1e01 commit 6041b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mge/events.nut
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ class MGE_Events
}
else if (params.oldteam != TEAM_SPECTATOR && team > TEAM_SPECTATOR)
{
printf("AUTOTEAM SWITCH BLOCKED! removing %s from arena", scope.Name)
printf("AUTOTEAM SWITCH BLOCKED! removing %s from arena\n", scope.Name)
RemovePlayer(player)
}
//TODO: AddToArena will update arena_info.team when it shouldn't if the player uses "autoteam"
Expand Down

0 comments on commit 6041b0c

Please sign in to comment.