forked from External/mage
* Changed table maneger to remove chat sessions that were never removed. Minor formattings.
This commit is contained in:
parent
8bdc94082d
commit
e25a60b312
5 changed files with 18 additions and 11 deletions
|
|
@ -70,7 +70,7 @@ public abstract class ContinuousRuleModifiyingEffectImpl extends ContinuousEffec
|
|||
@Override
|
||||
public String getInfoMessage(Ability source, Game game) {
|
||||
if (infoMessage == null) {
|
||||
String message = null;
|
||||
String message;
|
||||
MageObject object = game.getObject(source.getSourceId());
|
||||
if (object != null) {
|
||||
message = source.getRule(object.getLogName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue