Call leave inTwoPlayerDuel because for disconnect this was missing.

This commit is contained in:
LevelX2 2013-07-02 17:02:40 +02:00
parent 35433e55b8
commit 6505410512

View file

@ -87,7 +87,7 @@ public class TwoPlayerDuel extends GameImpl<TwoPlayerDuel> {
@Override
public void leave(UUID playerId) {
super.leave(playerId);
}
@Override