Skip to content

Commit

Permalink
redm cmd: Remove ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Dec 1, 2024
1 parent b85ba74 commit a45038a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cstrike/addons/amxmodx/scripting/ReDeathmatch.sma
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@ public ConCmd_redm_status(const player, const level, const commandId) {
public ConCmd_redm(const player, const level, const commandId) {
SetGlobalTransTarget(player)

console_print(player, " _____ _____ __ __")
console_print(player, "| __ \ | __ \| \/ |")
console_print(player, "| |__) |___| | | | \ / |")
console_print(player, "| _ // _ \ | | | |\/| |")
console_print(player, "| | \ \ __/ |__| | | | |")
console_print(player, "|_| \_\___|_____/|_| |_|")

console_print(player, "[Re:DM] Version `%s`", REDM_VERSION)
console_print(player, "[Re:DM] https://ReDeathmatch.github.io")

Expand Down

0 comments on commit a45038a

Please sign in to comment.