mirror of
https://github.com/SpaxscE/simfphys_base.git
synced 2025-03-04 03:13:26 -05:00
Merge pull request #102 from conred-gmod/pr_fix_circles
Fix loading new `circles` library
This commit is contained in:
commit
25851444fc
@ -1,6 +1,6 @@
|
||||
if not file.Exists( "lvs_framework/autorun/cl_circles.lua", "LUA" ) then return end
|
||||
if not file.Exists( "includes/circles/circles.lua", "LUA" ) then return end
|
||||
|
||||
local circles = include("lvs_framework/autorun/cl_circles.lua")
|
||||
local circles = include("includes/circles/circles.lua")
|
||||
|
||||
local CircleMain
|
||||
local CircleMainRed
|
||||
|
Loading…
Reference in New Issue
Block a user