mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added bash completion for server "gamemode" commands.
This commit is contained in:
parent
1b7c894f45
commit
99466586a5
@ -216,6 +216,11 @@ _msm() {
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
gamemode|gm)
|
||||
if [[ $COMP_CWORD == 3 ]]; then
|
||||
options="survival creative"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user