forked from External/mage
Call leave inTwoPlayerDuel because for disconnect this was missing.
This commit is contained in:
parent
35433e55b8
commit
6505410512
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ public class TwoPlayerDuel extends GameImpl<TwoPlayerDuel> {
|
|||
|
||||
@Override
|
||||
public void leave(UUID playerId) {
|
||||
|
||||
super.leave(playerId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue