mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 02:19:41 +00:00
(svn r24191) -Fix: If you consider a settings to potentially cause desyncs via NewGRFs and thus disallow changing it in network games, you should probably also sync it to clients.
This commit is contained in:
parent
d84e94025f
commit
fdd05988b7
@ -476,7 +476,6 @@ to = 158
|
|||||||
[SDT_BOOL]
|
[SDT_BOOL]
|
||||||
base = GameSettings
|
base = GameSettings
|
||||||
var = construction.signal_side
|
var = construction.signal_side
|
||||||
flags = SLF_NO_NETWORK_SYNC
|
|
||||||
guiflags = SGF_NO_NETWORK
|
guiflags = SGF_NO_NETWORK
|
||||||
def = true
|
def = true
|
||||||
str = STR_CONFIG_SETTING_SIGNALSIDE
|
str = STR_CONFIG_SETTING_SIGNALSIDE
|
||||||
|
Loading…
Reference in New Issue
Block a user