fixed exiting players with custom elements when playing multi-player games
authorHolger Schemel <info@artsoft.org>
Fri, 17 Aug 2018 09:30:02 +0000 (11:30 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 17 Aug 2018 09:30:02 +0000 (11:30 +0200)
Before, exiting a player using custom element actions only worked in
single-player mode. (In multi-player mode, the level was either
immediately solved if the exited player was the "local player"
(ignoring other players still existing on the playfield), or the
exited player was not removed from the playfield, if it was not the
"local player".)

Now it works correctly also in multi-player games.


No differences found