summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/client.cpp
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-06-06 14:24:49 +0200
committerjak1 <mike.wollmann@gmail.com>2021-06-06 14:24:49 +0200
commit825ef1e963fd8a30e04e69f676eecc90e601f4e1 (patch)
tree593221735bbd9cce62cfc34db1f706d20d5c9d92 /src/progs/manaplus/client.cpp
parent534de91101fca098a8cc3878295cf4ce529810b7 (diff)
downloadplus-825ef1e963fd8a30e04e69f676eecc90e601f4e1.tar.gz
plus-825ef1e963fd8a30e04e69f676eecc90e601f4e1.tar.bz2
plus-825ef1e963fd8a30e04e69f676eecc90e601f4e1.tar.xz
plus-825ef1e963fd8a30e04e69f676eecc90e601f4e1.zip
added exitcode 7 to unique sessions (-S)
Diffstat (limited to 'src/progs/manaplus/client.cpp')
-rw-r--r--src/progs/manaplus/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/manaplus/client.cpp b/src/progs/manaplus/client.cpp
index 5b86774b4..d8ba7e1c2 100644
--- a/src/progs/manaplus/client.cpp
+++ b/src/progs/manaplus/client.cpp
@@ -1700,7 +1700,7 @@ int Client::gameExec()
PROFILER_END();
}
- return 0;
+ return settings.exitcode;
}
void Client::optionChanged(const std::string &name)