Fix the server not checking uplink purchase prices (#1917)
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Content.Client.GameObjects.Components.PDA
|
||||
};
|
||||
}
|
||||
|
||||
SendMessage(new PDAUplinkBuyListingMessage(listing));
|
||||
SendMessage(new PDAUplinkBuyListingMessage(listing.ItemId));
|
||||
};
|
||||
|
||||
_menu.OnCategoryButtonPressed += (args, category) =>
|
||||
|
||||
Reference in New Issue
Block a user