kein "lol"
This commit is contained in:
@@ -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