mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
fixes
This commit is contained in:
parent
2e2ff65284
commit
d97286b5d8
6 changed files with 17 additions and 11 deletions
|
|
@ -113,7 +113,7 @@ public class PlayerQueryEvent extends EventObject implements ExternalEvent, Seri
|
|||
}
|
||||
|
||||
public static PlayerQueryEvent lookEvent(UUID playerId, String message, Cards cards) {
|
||||
return new PlayerQueryEvent(playerId, message, null, null, cards, null, QueryType.LOOK, 0, 0, false);
|
||||
return new PlayerQueryEvent(playerId, message, null, null, null, cards, QueryType.LOOK, 0, 0, false);
|
||||
}
|
||||
|
||||
public String getMessage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue