Меньше попапов в чат (#143)
* add: less popups in chat * fix: less brackets
This commit is contained in:
@@ -50,8 +50,7 @@ public abstract class SharedCombatModeSystem : EntitySystem
|
||||
if (!_netMan.IsClient || !Timing.IsFirstTimePredicted)
|
||||
return;
|
||||
|
||||
var msg = component.IsInCombatMode ? "action-popup-combat-enabled" : "action-popup-combat-disabled";
|
||||
_popup.PopupEntity(Loc.GetString(msg), args.Performer, args.Performer);
|
||||
// WD edit
|
||||
}
|
||||
|
||||
public void SetCanDisarm(EntityUid entity, bool canDisarm, CombatModeComponent? component = null)
|
||||
|
||||
Reference in New Issue
Block a user