From 303eb8b6cfe889479cdb73336bb5aca6f934f456 Mon Sep 17 00:00:00 2001 From: Rico <97664519+Rico-Rodriguez@users.noreply.github.com> Date: Wed, 4 Feb 2026 15:40:27 -1000 Subject: [PATCH] Update map_debugger.simba Should be like this right? --- tools/map_debugger.simba | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/map_debugger.simba b/tools/map_debugger.simba index 4dd184b..c615fde 100644 --- a/tools/map_debugger.simba +++ b/tools/map_debugger.simba @@ -4,8 +4,10 @@ Tool to visually debug {ref}`TRSMap` with the {ref}`Map Debugger` tool. *) +{$I WaspLib/osrs.simba} + begin Map.Setup([ERSChunk.VARROCK]); - MapDebugger.Setup(@Map.Loader); + MapDebugger.Setup(Map.Loader); MapDebugger.Show(); end.