aboutsummaryrefslogtreecommitdiff
path: root/src/querymanager.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-10-14 19:15:28 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-10-14 19:15:28 -0300
commit00d91512b48c70c3cebcdb5ed37c601653425bf6 (patch)
treed709f7473e015c5f8274e0bbaddea95706787019 /src/querymanager.hh
parente1c2920ca25d5f69a8fd82eb26304fc0cbcc8684 (diff)
downloadquerymanager-00d91512b48c70c3cebcdb5ed37c601653425bf6.tar.gz
querymanager-00d91512b48c70c3cebcdb5ed37c601653425bf6.zip
GET_WORLD_CONFIG robustness + tidying up a few variable names
Diffstat (limited to 'src/querymanager.hh')
-rw-r--r--src/querymanager.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh
index 66b049f..b5b8f0c 100644
--- a/src/querymanager.hh
+++ b/src/querymanager.hh
@@ -663,6 +663,7 @@ struct TWorld{
};
struct TWorldConfig{
+ int WorldID;
int Type;
int RebootTime;
char HostName[100];