Set Handled for Deconstructing Items (#1483)
This commit is contained in:
@@ -120,6 +120,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
|||||||
{
|
{
|
||||||
_notifyManager.PopupMessage(msg.Attacked, msg.User,
|
_notifyManager.PopupMessage(msg.Attacked, msg.User,
|
||||||
"Cannot be deconstructed.");
|
"Cannot be deconstructed.");
|
||||||
|
msg.Handled = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -129,6 +130,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
|||||||
{
|
{
|
||||||
_notifyManager.PopupMessage(msg.Attacked, msg.User,
|
_notifyManager.PopupMessage(msg.Attacked, msg.User,
|
||||||
"Cannot be deconstructed.");
|
"Cannot be deconstructed.");
|
||||||
|
msg.Handled = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -138,6 +140,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
|||||||
{
|
{
|
||||||
_notifyManager.PopupMessage(msg.Attacked, msg.User,
|
_notifyManager.PopupMessage(msg.Attacked, msg.User,
|
||||||
"Wrong tool to start deconstruct.");
|
"Wrong tool to start deconstruct.");
|
||||||
|
msg.Handled = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user