diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-14 19:15:28 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-14 19:15:28 -0300 |
| commit | 00d91512b48c70c3cebcdb5ed37c601653425bf6 (patch) | |
| tree | d709f7473e015c5f8274e0bbaddea95706787019 /src/querymanager.hh | |
| parent | e1c2920ca25d5f69a8fd82eb26304fc0cbcc8684 (diff) | |
| download | querymanager-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.hh | 1 |
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]; |
