mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 15:50:42 -05:00
Flagged createUserDataForFleaOffer
as protected
This commit is contained in:
parent
93c34bd189
commit
5134c9d375
@ -173,7 +173,7 @@ export class RagfairOfferGenerator {
|
||||
* @param isTrader Is the user creating the offer a trader
|
||||
* @returns IRagfairOfferUser
|
||||
*/
|
||||
createUserDataForFleaOffer(userID: string, isTrader: boolean): IRagfairOfferUser {
|
||||
protected createUserDataForFleaOffer(userID: string, isTrader: boolean): IRagfairOfferUser {
|
||||
// Trader offer
|
||||
if (isTrader) {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user