mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Added new config file save for vehicle re-mappings
This commit is contained in:
parent
513789c2c7
commit
92b169337e
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ function initClient()
|
|||
|
||||
if (isFile("./config.cs"))
|
||||
exec("./config.cs");
|
||||
|
||||
if (isFile("./config_vehicle.cs"))
|
||||
exec("./config_vehicle.cs");
|
||||
loadMaterials();
|
||||
|
||||
// Really shouldn't be starting the networking unless we are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue