diff options
author | Michael Lutz <michi@icosahedron.de> | 2020-12-25 21:55:13 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-12-27 10:28:39 +0000 |
commit | 5a5d613ee38ea90f235ec7d8c0388bbb52707155 (patch) | |
tree | 5303b0601b1e9f45b273272fdcf46ed90126b14b /src/table | |
parent | 2d9fa81bd08425d64ab40ff377d9711aae39b6d5 (diff) | |
download | openttd-5a5d613ee38ea90f235ec7d8c0388bbb52707155.tar.xz |
Change: Disable changing the inflation setting in network games.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 320786751..b75dd0ff2 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -1283,6 +1283,7 @@ proc = DeleteSelectStationWindow [SDT_BOOL] base = GameSettings var = economy.inflation +guiflags = SGF_NO_NETWORK def = true str = STR_CONFIG_SETTING_INFLATION strhelp = STR_CONFIG_SETTING_INFLATION_HELPTEXT |