mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update DamageModel.tscript
This commit is contained in:
parent
0c51bbece6
commit
a4760e33a1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ function DamageModel::onDestroy(%this)
|
||||||
//This is called when the server is initially set up by the game application
|
//This is called when the server is initially set up by the game application
|
||||||
function DamageModel::initServer(%this)
|
function DamageModel::initServer(%this)
|
||||||
{
|
{
|
||||||
|
%this.queueExec("./scripts/server/player");
|
||||||
}
|
}
|
||||||
|
|
||||||
//This is called when the server is created for an actual game/map to be played
|
//This is called when the server is created for an actual game/map to be played
|
||||||
|
|
@ -22,7 +23,6 @@ function DamageModel::onCreateGameServer(%this)
|
||||||
%this.queueExec("./scripts/server/weapon");
|
%this.queueExec("./scripts/server/weapon");
|
||||||
%this.queueExec("./scripts/server/shapeBase");
|
%this.queueExec("./scripts/server/shapeBase");
|
||||||
%this.queueExec("./scripts/server/vehicle");
|
%this.queueExec("./scripts/server/vehicle");
|
||||||
%this.queueExec("./scripts/server/player");
|
|
||||||
%this.queueExec("./scripts/server/commands");
|
%this.queueExec("./scripts/server/commands");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue