Use mouse-focused popup for equip failure message.

This commit is contained in:
Pieter-Jan Briers
2020-05-23 22:52:17 +02:00
parent 82b7a09880
commit 54b3783b03

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks.Dataflow;
@@ -301,7 +301,7 @@ namespace Content.Server.GameObjects
hands.PutInHand(clothing);
if (reason != null)
_serverNotifyManager.PopupMessage(Owner, Owner, reason);
_serverNotifyManager.PopupMessageCursor(Owner, reason);
}
}
break;