remove unused imports & stop mixing returns with and without values

This commit is contained in:
ForestOfLight
2026-02-11 14:02:06 -08:00
Unverified
parent 68c9ad5ef2
commit 2a83907162
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { MolangVariableMap, system, TicksPerSecond, world } from "@minecraft/server";
import { MolangVariableMap, system, TicksPerSecond } from "@minecraft/server";
import { Vector } from "../lib/Vector";
export class Outliner {