MultiServer, customserver: cache: rename module

This commit is contained in:
black-sliver
2026-03-05 22:17:10 +01:00
parent 055acf4826
commit 821645a881
8 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ from Utils import version_tuple, restricted_loads, Version, async_start, get_int
from NetUtils import Endpoint, ClientStatus, NetworkItem, decode, encode, NetworkPlayer, Permission, NetworkSlot, \
SlotType, LocationStore, MultiData, Hint, HintStatus, GamesPackage
from BaseClasses import ItemClassification
from apmw.multiserver.gamespackage.cache import GamesPackageCache
from apmw.multiserver.gamespackagecache import GamesPackageCache
min_client_version = Version(0, 5, 0)