Skip to content

Commit

Permalink
Forgot to remove the template hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Dolaś committed Oct 3, 2014
1 parent d8af2b6 commit 7553b81
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/hooks/modworld.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,6 @@
"text" => "Called when a player leaves the server.",
"warning" => true //not sure if it's called on both the server and client
)

/*
array(
"hook" => "Initialize",
"args" => array(
array(
"type" => "ref string", "name" => "current",
"text" => "Current music track name to play. Change the value to change the track played."
)
),
"text" => "Called each frame when the game decides which music track to play."
)
*/
);

?>

0 comments on commit 7553b81

Please sign in to comment.