From 59bfa2f02964997a29ec84511ace55f44ac48fc5 Mon Sep 17 00:00:00 2001 From: Chubbygummibear Date: Mon, 13 Nov 2023 12:27:51 -0800 Subject: [PATCH] how did i even manage that --- src/player/player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player/player.ts b/src/player/player.ts index 9af4cd0..7e43e7f 100644 --- a/src/player/player.ts +++ b/src/player/player.ts @@ -9,7 +9,7 @@ import { AtlasNode, DmiAtlas } from "./rendering/atlas"; import { IconState, IconStateDir } from "./rendering/icon"; import { CmdViewport, FollowDesc, RenderingCmd } from "./rendering/commands"; import { DrawBuffer } from "./rendering/buffer"; -import { LONG_GLIDE, Planes, RESET_ALPHA, RESET_COLOR, RESET_TRANSFORM, SEE_MOBS, SEE_OBJS, SEE_THRU, SEE_TURFS } from "../misc/constants"; +import { LONG_GLIDE, Planes, RESET_ALPHA, RESET_COLOR, RESET_TRANSFORM, SEE_MOBS, SEE_OBJS, SEE_THRU, SEE_TURFS, SeeInvisibility } from "../misc/constants"; import { matrix_is_identity, matrix_multiply } from "../misc/matrix"; import { despam_promise } from "../misc/promise_despammer"; import { view_turfs } from "./view";