Missed one
This commit is contained in:
parent
46f5849f9f
commit
89b53a577a
@ -39,6 +39,6 @@ public class CmdBoom extends FCommand
|
|||||||
String enabled = myFaction.noExplosionsInTerritory() ? "disabled" : "enabled";
|
String enabled = myFaction.noExplosionsInTerritory() ? "disabled" : "enabled";
|
||||||
|
|
||||||
// Inform
|
// Inform
|
||||||
myFaction.msg("%s<i> has "+enabled+" explosions in your faction's territory.", fme.getNameAndRelevant(myFaction));
|
myFaction.msg("%s<i> has "+enabled+" explosions in your faction's territory.", fme.describeTo(myFaction));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user