Browse Source
Merge pull request #10 from jonasled/patch-4
Update 6.0-4.sh
pull/14/head
Weilbyte
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
serverside/jsmod/6.0-4.sh
|
|
@ -5,7 +5,7 @@ Say () { |
|
|
|
} |
|
|
|
|
|
|
|
DotSay () { |
|
|
|
printf "[\e[1;34m*\e[0m] \e[0;34m $1 \e[0m \n"; |
|
|
|
printf "[\e[1;34m*\e[0m] \e[1;34m $1 \e[0m \n"; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|