fix: Fixes loading map and static files (#1177)

This commit is contained in:
Kamron Batman 2022-09-29 16:02:41 -07:00 committed by GitHub
parent cd5541ec74
commit 4946afee51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 727 additions and 712 deletions

View file

@ -21,7 +21,7 @@ public static class MultiData
// OSI Client 7.0.9.0+ uses 64bit tiledata flags
var postHSMulFormat = ServerConfiguration.GetSetting(
"maps.enablePostHSMultiComponentFormat",
UOClient.ServerClientVersion >= ClientVersion.Version7090
UOClient.ServerClientVersion == null || UOClient.ServerClientVersion >= ClientVersion.Version7090
);
LoadMul(postHSMulFormat);