mirror of
https://github.com/SpaxscE/simfphys_base.git
synced 2025-03-04 03:13:26 -05:00
change name back to simfphys
This commit is contained in:
parent
959168f164
commit
f1aee19ace
@ -18,9 +18,6 @@ if SERVER then
|
||||
include("simfphys/server/spawner.lua")
|
||||
include("simfphys/server/poseparameter.lua")
|
||||
include("simfphys/server/joystick.lua")
|
||||
|
||||
resource.AddWorkshop("771487490")
|
||||
|
||||
else
|
||||
killicon.Add( "gmod_sent_vehicle_fphysics_base", "HUD/killicons/simfphys_car", Color( 255, 80, 0, 255 ) )
|
||||
|
||||
|
@ -448,7 +448,7 @@ end
|
||||
|
||||
hook.Add( "LVS.PopulateVehicles", "!!!add_simfphys_vehicles", function( node, pnlContent, _ )
|
||||
|
||||
local tree = node:AddNode( "Cars [Fake Physics]", "icon16/simfphys.png" )
|
||||
local tree = node:AddNode( "simfphys", "icon16/simfphys.png" )
|
||||
|
||||
local Categorised = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user