Match change to narya; allow "playerReady" only.
This commit is contained in:
@@ -696,9 +696,9 @@ public class GameManager extends PlaceManager
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean handleManagerCalls ()
|
||||
protected boolean allowManagerCall (String method)
|
||||
{
|
||||
return true;
|
||||
return "playerReady".equals(method) || super.allowManagerCall(method);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user