mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
PHP/v7.3
* fixed warnings when migrating to php v7.3 * https://www.php.net/manual/en/migration73.incompatible.php#migration73.incompatible.core.continue-targeting-switch
This commit is contained in:
@@ -125,7 +125,7 @@ class CommunityContent
|
||||
case TYPE_ENCHANTMENT: $obj = new EnchantmentList($cnd); break;
|
||||
case TYPE_SOUND: $obj = new SoundList($cnd); break;
|
||||
case TYPE_ICON: $obj = new IconList($cnd); break;
|
||||
default: continue;
|
||||
default: continue 2;
|
||||
}
|
||||
|
||||
foreach ($obj->iterate() as $id => $__)
|
||||
|
||||
Reference in New Issue
Block a user