This commit is contained in:
2026-04-18 14:47:36 +08:00
parent 5319f2cac9
commit be156a2559

View File

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