Skip to content

Commit

Permalink
chore: set max Config.Slots 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Sep 22, 2024
1 parent 1539d24 commit 78e4997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-data/resources/[esx]/esx_multicharacter/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Config.CanDelete = true
if IsDuplicityVersion() then
-- This is the default number of slots for EVERY player
-- If you want to manage extra slots for specific players you can do it by using '/setslots' and '/remslots' commands
Config.Slots = 4
Config.Slots = 1
--------------------

-- Text to prepend to each character (char#:identifier) - keep it short
Expand Down

0 comments on commit 78e4997

Please sign in to comment.