This commit is contained in:
2026-04-18 14:44:54 +08:00
parent 991050c720
commit 5319f2cac9

View File

@@ -321,6 +321,7 @@ class StealSystem {
foundNpcTag = true;
while (true) {
local npcId = Data.Get();
print(npcId)
if (npcId == "[/npc list]") {
break;
}