@@ -1,9 +1,9 @@
void Main() {
InterfacesManager::LoadConfigs();
PacksManager::LoadConfigs();
while (true) {
yield();
InterfacesManager::Yield();
PacksManager::Yield();
}
The note is not visible to the blocked user.