Skip to content

Commit

Permalink
ы
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Feb 5, 2025
1 parent 58173bb commit d3183f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/_Sunrise/ERP/Systems/InteractionEui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public InteractionEui(NetEntity user, NetEntity target, Sex userSex, bool userHa
public override void HandleMessage(EuiMessageBase msg)
{
base.HandleMessage(msg);
Logger.Info($"HandleMessage: {msg}. {_timing.CurTime}");
switch (msg)
{
case AddLoveMessage req:
Expand Down

0 comments on commit d3183f8

Please sign in to comment.