ID and Emag retexture + Uplink message bugfix (#7102)
Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -43,12 +43,13 @@ namespace Content.Server.Traitor.Uplink.Telecrystal
|
||||
if (!_accounts.AddToBalance(acc, tcCount))
|
||||
return;
|
||||
|
||||
EntityManager.DeleteEntity(uid);
|
||||
|
||||
var msg = Loc.GetString("telecrystal-component-sucs-inserted",
|
||||
("source", args.Used), ("target", args.Target));
|
||||
("source", args.Used), ("target", args.Target));
|
||||
|
||||
args.User.PopupMessage(args.User, msg);
|
||||
|
||||
EntityManager.DeleteEntity(uid);
|
||||
|
||||
args.Handled = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user