diff options
Diffstat (limited to 'builtin/game/features.lua')
-rw-r--r-- | builtin/game/features.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua index 2aad458da..ef85fbbc3 100644 --- a/builtin/game/features.lua +++ b/builtin/game/features.lua @@ -9,6 +9,8 @@ core.features = { no_legacy_abms = true, texture_names_parens = true, area_store_custom_ids = true, + add_entity_with_staticdata = true, + no_chat_message_prediction = true, } function core.has_feature(arg) |