mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 14:58:18 -07:00
s/reboot/restart/ to match the rest of the text.
This commit is contained in:
parent
4bb0888d6b
commit
f1792d763b
@ -1111,7 +1111,7 @@ case "$1" in
|
||||
printf " $WORLD"
|
||||
if [ $(serverRunning $WORLD) -eq 1 ]; then
|
||||
if [ $(queryStatus $WORLD | cut -f6) -gt 0 ]; then
|
||||
sendCommand $WORLD "say The server admin has initiated a server reboot."
|
||||
sendCommand $WORLD "say The server admin has initiated a server restart."
|
||||
sendCommand $WORLD "say The server will restart in 1 minute..."
|
||||
sleep 60
|
||||
sendCommand $WORLD "say The server is now restarting."
|
||||
|
Loading…
Reference in New Issue
Block a user