Fix comment

master
Nicolas Weeger 2022-05-28 16:30:31 +02:00
parent b1bcbca9e2
commit 24a5af3fa9
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
This directory contains 2 scripts:
* python_init.py: called when the plugin is called. Will execute scripts in
This directory contains a single script:
* python_init.py: called when the plugin is initialized. Will execute scripts in
the 'init' subdirectory.
* python_event.py: called when a global event (except plugin init) happens. Looks for
scripts in the revelant subdirectory (Crossfire.ScriptParameters()) and executes them.