forked from External/mage
* Cursed Rack - Fixed that the hand size modification was applied to the controller of the cursed rack instead of the chosen opponent.
This commit is contained in:
parent
7fead9c74f
commit
c98671282f
2 changed files with 39 additions and 9 deletions
|
|
@ -350,7 +350,6 @@ public class Main {
|
|||
|
||||
@Override
|
||||
public void setInvoker(ServerInvoker invoker) {
|
||||
logger.info("Invoker version: " + ((BisocketServerInvoker) invoker).getVersion());
|
||||
((BisocketServerInvoker) invoker).setSecondaryBindPort(ConfigSettings.getInstance().getSecondaryBindPort());
|
||||
((BisocketServerInvoker) invoker).setBacklog(ConfigSettings.getInstance().getBacklogSize());
|
||||
((BisocketServerInvoker) invoker).setNumAcceptThreads(ConfigSettings.getInstance().getNumAcceptThreads());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue