Fixed a bug with the server "jar" command.

This commit is contained in:
Marcus Whybrow 2012-05-31 05:53:36 +01:00
parent c428845538
commit 6551408cf5

2
msm
View File

@ -1690,7 +1690,7 @@ main() {
if [ -z "$3" ]; then
echo "Invalid command."
else
server_set_jar $id "$3"
server_set_jar $id "$3" "$4"
fi
;;
whitelist|wl)