kein "lol"
This commit is contained in:
@@ -40,9 +40,9 @@ export default function attachmentManager(game: IGame) {
|
||||
e.__attachmentObjects[id] = object;
|
||||
}
|
||||
}
|
||||
/* else {
|
||||
mp.game.graphics.notify(`Static Attachments Error: ~r~Unknown Attachment Used: ~w~0x${id.toString(16)}`);
|
||||
} */
|
||||
/* else {
|
||||
mp.game.graphics.notify(`Static Attachments Error: ~r~Unknown Attachment Used: ~w~0x${id.toString(16)}`);
|
||||
} */
|
||||
},
|
||||
|
||||
removeFor: function (entityRage, id) {
|
||||
@@ -184,7 +184,9 @@ export default function attachmentManager(game: IGame) {
|
||||
});
|
||||
|
||||
mp.events.add("entityStreamOut", (entityRage) => {
|
||||
if (entityRage == mp.players.local.vehicle) { mp.gui.chat.push("lol"); return; }
|
||||
if (entityRage == mp.players.local.vehicle) {
|
||||
return;
|
||||
}
|
||||
if (entityRage.type === "player" || entityRage.type === "vehicle") {
|
||||
let e = game.attachments.at(entityRage.remoteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user