diff --git a/ReallifeGamemode.Client/Gui/blips.ts b/ReallifeGamemode.Client/Gui/blips.ts index 41a62fbd..1827cb07 100644 --- a/ReallifeGamemode.Client/Gui/blips.ts +++ b/ReallifeGamemode.Client/Gui/blips.ts @@ -10,7 +10,7 @@ export default function playerBlips() { var playerBlipMap: Map; - mp.events.add("render", async () => { + mp.events.add("render", () => { if (!playerBlipMap) playerBlipMap = new Map(); mp.players.forEachInStreamRange(