summaryrefslogtreecommitdiff
path: root/builtin/game
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/game')
-rw-r--r--builtin/game/features.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/game/features.lua b/builtin/game/features.lua
index e6787a564..841a5d2ea 100644
--- a/builtin/game/features.lua
+++ b/builtin/game/features.lua
@@ -12,6 +12,7 @@ core.features = {
add_entity_with_staticdata = true,
no_chat_message_prediction = true,
object_use_texture_alpha = true,
+ object_independent_selectionbox = true,
}
function core.has_feature(arg)