Added bash completion for server "gamemode" commands.

This commit is contained in:
Marcus Whybrow 2012-05-31 10:07:01 +01:00
parent 1b7c894f45
commit 99466586a5

View File

@ -216,6 +216,11 @@ _msm() {
esac
fi
;;
gamemode|gm)
if [[ $COMP_CWORD == 3 ]]; then
options="survival creative"
fi
;;
esac
fi