Skip to content

Commit

Permalink
Changed shutdown to DoExit, resolves thijsvanloef#395
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 17, 2024
1 parent 0847f7b commit ca6b52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helper_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ shutdown_server() {
local return_val=0
# Do not shutdown if not able to save
if save_server; then
if ! RCON "shutdown 1"; then
if ! RCON "DoExit"; then
return_val=1
fi
else
Expand Down

0 comments on commit ca6b52f

Please sign in to comment.