forked from External/mage
Some changes to manual mana pool handling.
This commit is contained in:
parent
5481841b9f
commit
d9e4e99a0f
13 changed files with 33 additions and 24 deletions
|
|
@ -221,9 +221,9 @@ public class GameSession extends GameWatcher {
|
|||
game.getPlayer(playerId).setResponseString(data);
|
||||
}
|
||||
|
||||
public void sendPlayerManaType(ManaType manaType) {
|
||||
public void sendPlayerManaType(ManaType manaType, UUID playerId) {
|
||||
cancelTimeout();
|
||||
game.getPlayer(playerId).setResponseManaType(manaType);
|
||||
game.getPlayer(playerId).setResponseManaType(playerId, manaType);
|
||||
}
|
||||
|
||||
public void sendPlayerBoolean(Boolean data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue