fix: Fixes loading map and static files (#1177)
This commit is contained in:
parent
cd5541ec74
commit
4946afee51
5 changed files with 727 additions and 712 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue