mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Updated server plugins in Mage.Tests.
This commit is contained in:
parent
bb85ded209
commit
43bc4780fc
7 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -293,6 +293,6 @@ public abstract class MageTestBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Player createPlayer(String name, String playerType) {
|
protected Player createPlayer(String name, String playerType) {
|
||||||
return PlayerFactory.getInstance().createPlayer(playerType, name, Constants.RangeOfInfluence.ALL);
|
return PlayerFactory.getInstance().createPlayer(playerType, name, Constants.RangeOfInfluence.ALL, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue