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

@@ -26,7 +26,7 @@ from MultiServer import (
)
from Utils import restricted_loads, cache_argsless
from NetUtils import GamesPackage
from apmw.webhost.customserver.gamespackage.cache import DBGamesPackageCache
from apmw.webhost.customserver.gamespackagecache import DBGamesPackageCache
from .locker import Locker
from .models import Command, Room, db