Add PlayerSpawn hook

This commit is contained in:
wolfy852 2016-02-14 05:19:40 -06:00
parent 5d1c8d2968
commit db3797fd35
3 changed files with 9 additions and 0 deletions

View file

@ -53,6 +53,7 @@ const char *const hookNames[hook_MAX+1] = {
"LinedefExecute",
"PlayerMsg",
"HurtMsg",
"PlayerSpawn",
NULL
};