Core: require clients to support overlapping IDs (#4451)

This commit is contained in:
Fabian Dill
2025-04-18 20:41:09 +02:00
committed by GitHub
parent 552a6e7f1c
commit 1b3ee0e94f
2 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,8 @@ from NetUtils import Endpoint, ClientStatus, NetworkItem, decode, encode, Networ
SlotType, LocationStore, Hint, HintStatus
from BaseClasses import ItemClassification
min_client_version = Version(0, 1, 6)
min_client_version = Version(0, 5, 0)
colorama.just_fix_windows_console()