Woops existance is in netFlags

This commit is contained in:
Vortrex
2022-07-26 02:16:29 -05:00
parent 6970d40f42
commit 5973553171

View File

@@ -848,7 +848,7 @@ function createPlayerBlip(client) {
setElementStreamInDistance(blip, getGlobalConfig().playerBlipStreamInDistance); setElementStreamInDistance(blip, getGlobalConfig().playerBlipStreamInDistance);
setElementStreamOutDistance(blip, getGlobalConfig().playerBlipStreamOutDistance); setElementStreamOutDistance(blip, getGlobalConfig().playerBlipStreamOutDistance);
} }
blip.defaultExistance = true; blip.netFlags.defaultExistance = true;
blip.setExistsFor(client, false); blip.setExistsFor(client, false);
getPlayerData(client).playerBlip = blip; getPlayerData(client).playerBlip = blip;
} }