1
0
mirror of https://github.com/msmhq/msm.git synced 2024-08-30 18:12:35 +00:00

Removed debug echo statement.

This commit is contained in:
Marcus Whybrow 2012-05-30 15:40:09 +01:00
parent c2a529535b
commit e490a888ba

1
msm

@ -1629,7 +1629,6 @@ main() {
echo "Invalid command."
else
if server_is_running $id; then
echo $3
server_eval $id "say $3"
echo "Message sent to players."
else