change name back to simfphys

This commit is contained in:
Luna 2024-06-30 22:47:32 +02:00
parent 959168f164
commit f1aee19ace
2 changed files with 1 additions and 4 deletions

View File

@ -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 ) )

View File

@ -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 = {}