diff --git a/_DPS_/_BuiltProject/偷窃系统/偷窃系统.nut b/_DPS_/_BuiltProject/偷窃系统/偷窃系统.nut index 67aba0f..6b1e3d1 100644 --- a/_DPS_/_BuiltProject/偷窃系统/偷窃系统.nut +++ b/_DPS_/_BuiltProject/偷窃系统/偷窃系统.nut @@ -321,6 +321,7 @@ class StealSystem { foundNpcTag = true; while (true) { local npcId = Data.Get(); + print(npcId) if (npcId == "[/npc list]") { break; }