diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/strange_hook_id_in_skeleton.pm.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn b/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn new file mode 100644 index 000000000..ddca7fc63 --- /dev/null +++ b/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn @@ -0,0 +1,3 @@ + hook(type => "savestate", id => "savestate", call => \&savestate); + +Shouldn't that id be "skeleton", like all the other ids? --Ethan
\ No newline at end of file |