fix: #2
This commit is contained in:
-1
Submodule SDK deleted from e69dbb19df
+2
-2
@@ -34,7 +34,7 @@ void CleanerMain(){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ifignore = true) {
|
if (ifignore == true) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (en->isItemActor() == true) {
|
if (en->isItemActor() == true) {
|
||||||
@@ -247,7 +247,7 @@ void _AutoClean() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (ifignore = true) {
|
if (ifignore == true) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (en->isItemActor() == true) {
|
if (en->isItemActor() == true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user