diff --git a/games/game_subnautica.py b/games/game_subnautica.py index 33b75a7..f98ee89 100644 --- a/games/game_subnautica.py +++ b/games/game_subnautica.py @@ -5,7 +5,7 @@ import os from collections.abc import Iterable from pathlib import Path -from PyQt5.QtCore import QDir, qWarning +from PyQt6.QtCore import QDir, qWarning import mobase