Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lua/pac3/core/shared/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@

pac.StringStream = include("pac3/libraries/string_stream.lua")

CreateConVar("pac_sv_draw_distance", 0, CLIENT and FCVAR_REPLICATED or bit.bor(FCVAR_REPLICATED, FCVAR_ARCHIVE))

Check warning on line 11 in lua/pac3/core/shared/init.lua

View workflow job for this annotation

GitHub Actions / lint

"Syntax inconsistency"

Inconsistent use of 'single quoted strings' and 'double quoted strings'

do
local tohash = {
-- Crash
'eye_muzzle.pcf', -- E.Y.E: Divine Cybermancy effect that crashes gmod. https://github.com/CapsAdmin/pac3/issues/1410

Check warning on line 16 in lua/pac3/core/shared/init.lua

View workflow job for this annotation

GitHub Actions / lint

"Syntax inconsistency"

Inconsistent use of 'single quoted strings' and 'double quoted strings'
'weapon_unusual_isotope.pcf',

-- Invalid
Expand Down
Loading