Skip to content

Commit 3288559

Browse files
Update game_patch_thread.cpp
1 parent 4fc81fd commit 3288559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin_samples/itemzflow_xml_patches/source/game_patch_thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void *GamePatch_Thread(void *unused) {
323323
continue;
324324
}
325325

326-
if (stdd::string(tid).rfind("ITEM") != std::string::npos){
326+
if (std::string(tid).rfind("ITEM") != std::string::npos){
327327
continue;
328328
}
329329

0 commit comments

Comments
 (0)