Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The ability to disable individual workarounds
(Requires latest DarkRP as of today)
  • Loading branch information
FPtje committed Dec 6, 2018
1 parent d506ae1 commit 640116d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lua/darkrp_config/disabled_defaults.lua
Expand Up @@ -165,3 +165,26 @@ DarkRP.disabledDefaults["demotegroups"] = {
["Cops"] = false,
["Gangsters"] = false,
}
--[[---------------------------------------------------------------------------
Workarounds
DarkRP works around some bugs in GMod and other addons that aren't maintained
(properly). Disabling workarounds will cause those things to break again.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["workarounds"] = {
["os.date() Windows crash"] = false,
["SkidCheck"] = false,
["nil SteamID64 and AccountID local server fix"] = false,
["Cam function descriptive errors"] = false,
["Error on edict limit"] = false,
["Durgz witty sayings"] = false,
["ULX /me command"] = false,
["gm_save"] = false,
["rp_downtown_v4c_v2 rooftop spawn"] = false,
["White flashbang flashes"] = false,
["APAnti"] = false,
["Wire field generator exploit fix"] = false,
["Door tool class fix"] = false,
["Constraint crash exploit fix"] = false,
}

0 comments on commit 640116d

Please sign in to comment.