Skip to content

Commit

Permalink
tweak(es_extended/shared/adjustments): change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios committed Nov 28, 2024
1 parent c9ff38f commit 50ba582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [core]/es_extended/shared/config/adjustments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Config.RemoveHudComponents = {

-----------------------------------------------------------
-- Modes:
-- "strict" = No entities can be created by clients at all.
-- "strict" = No entities can be created by clients at all. (Recommended)
-- "relaxed" = Only script-owned entities created by clients are blocked.
-- "inactive" = Clients can create any entity they want.
-----------------------------------------------------------
Config.EntityLockdown = {
mode = "strict",
affectedBuckets = 0, -- Set to 0 for default bucket, setting higher, will block buckets 0-value
affectedBuckets = 0, -- Set to 0 for default bucket, setting higher, will block buckets 0 -> value
}

-- Pattern string format
Expand Down

0 comments on commit 50ba582

Please sign in to comment.