Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
fixed wrong category
  • Loading branch information
HavannaFR authored Jul 17, 2024
1 parent 4c1dd4a commit ba6ece8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamemode/config/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ GM.Config.earthquakes = false
GM.Config.enablebuypistol = true
-- enforceplayermodel - Whether or not to force players to use their role-defined character models.
GM.Config.enforceplayermodel = true
-- EntitySpamTime - Antispam time between spawning entities.
GM.Config.EntitySpamTime = 2
-- globalshow - Whether or not to display player info above players' heads in-game.
GM.Config.globalshow = false
-- ironshoot - Enable/disable whether people need iron sights to shoot.
Expand Down Expand Up @@ -206,6 +204,8 @@ GM.Config.decaltimer = 120
GM.Config.demotetime = 120
-- doorcost - Sets the cost of a door.
GM.Config.doorcost = 30
-- EntitySpamTime - Antispam time between spawning entities.
GM.Config.EntitySpamTime = 2
-- entremovedelay - how long to wait before removing a bought entity after disconnect.
GM.Config.entremovedelay = 0
-- gunlabweapon - The weapon that the gunlab spawns.
Expand Down

0 comments on commit ba6ece8

Please sign in to comment.