try fix friseur
This commit is contained in:
@@ -279,7 +279,7 @@ export default function friseurShopList(globalData: IGlobalData) {
|
||||
if (lastClothing.drawable == currentItem.ClotheId && lastClothing.texture == currentTexture) {
|
||||
mp.game.audio.playSoundFrontend(1, "Hack_Failed", "DLC_HEIST_BIOLAB_PREP_HACKING_SOUNDS", true);
|
||||
} else {
|
||||
mp.events.callRemote("SERVER:BuyCharacterClothes", "clothe", JSON.stringify(serverData), currentItem.CloteID);
|
||||
mp.events.callRemote("SERVER:BuyHair", "clothe", JSON.stringify(serverData), currentItem.CloteID);
|
||||
mp.events.call("friseurMenu:close");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user