Fix for the roundstart hook "runtime".

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
Mloc-Argent
2014-01-01 19:10:55 +00:00
parent 9e4a5b09a3
commit df5fd9555c
2 changed files with 18 additions and 0 deletions

View File

@@ -78,6 +78,7 @@
#include "code\controllers\autotransfer.dm" #include "code\controllers\autotransfer.dm"
#include "code\controllers\configuration.dm" #include "code\controllers\configuration.dm"
#include "code\controllers\failsafe.dm" #include "code\controllers\failsafe.dm"
#include "code\controllers\hooks-defs.dm"
#include "code\controllers\hooks.dm" #include "code\controllers\hooks.dm"
#include "code\controllers\lighting_controller.dm" #include "code\controllers\lighting_controller.dm"
#include "code\controllers\master_controller.dm" #include "code\controllers\master_controller.dm"

View File

@@ -0,0 +1,17 @@
/**
* Startup hook.
* Called in world.dm when the server starts.
*/
/hook/startup
/**
* Roundstart hook.
* Called in gameticker.dm when a round starts.
*/
/hook/roundstart
/**
* Roundend hook.
* Called in gameticker.dm when a round ends.
*/
/hook/roundend