[0.12.31] [kovarex] duplicated message on load error in multiplayer
Posted: Wed Apr 27, 2016 9:29 pm
Try starting a multiplayer game by loading an existing save game that causes an error in on_load, like simply with
The resulting error message box is displayed twice, one right on top of the other so it might not be obvious at first.
Trying to load the game in singleplayer shows the message box only once.
Code: Select all
script.on_load(function()
breakme()
end)
Trying to load the game in singleplayer shows the message box only once.