Skip to content

Commit

Permalink
Update CResourceChecker.Data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Sep 9, 2023
1 parent bf95b1d commit 45ff9e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Server/mods/deathmatch/logic/CResourceChecker.Data.h
Expand Up @@ -42,13 +42,16 @@ namespace
{"engineSetModelFlag", "1.6.0-9.21695"},
{"fileGetContents", "1.6.0-9.21938"},
{"engineStreamingSetModelCacheLimits", "1.6.0-9.21946"},
{"engineStreamingRestoreBufferSize", "1.6.0-9.22195"},
};

SVersionItem serverFunctionInitList[] = {
// Features added in 1.6.0
{"isObjectBreakable", "1.6.0-9.21765"},
{"setObjectBreakable", "1.6.0-9.21765"},
{"fileGetContents", "1.6.0-9.21938"},
{"isWorldSpecialPropertyEnabled", "1.6.0-9.22195"},
{"setWorldSpecialPropertyEnabled", "1.6.0-9.22195"},
};

//
Expand Down

0 comments on commit 45ff9e1

Please sign in to comment.