diff --git a/src/minecraftctl.sh b/src/minecraftctl.sh index 0a66c4a..82f2696 100755 --- a/src/minecraftctl.sh +++ b/src/minecraftctl.sh @@ -138,7 +138,7 @@ game_command() { # Do a world save save() { - game_command "save-all flush" "Saved the world" + game_command "save-all flush" "Saved the" game_command "say Saved the world" } @@ -153,7 +153,7 @@ backup() { ret=0 game_command "save-off" ret=$(($ret + $?)) - game_command "save-all flush" "Saved the world" + game_command "save-all flush" "Saved the" ret=$(($ret + $?)) sync ret=$(($ret + $?))