mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-02 19:15:53 +00:00
Merge pull request #892 from Azaezel/alpha401/nuwuMod
fix ab CreateNewModule appending ScriptFile extension
This commit is contained in:
commit
3f537c802a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ function AssetBrowser_addModuleWindow::CreateNewModule(%this)
|
|||
{
|
||||
ModuleId = %newModuleName;
|
||||
versionId = 1;
|
||||
ScriptFile = %newModuleName @ "." @ $TorqueScriptFileExtension;
|
||||
ScriptFile = %newModuleName;
|
||||
CreateFunction="onCreate";
|
||||
DestroyFunction="onDestroy";
|
||||
Group = "Game";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue