Remove obsolete comment

This commit is contained in:
Gunter Labes 2023-06-13 10:46:15 +02:00 committed by GitHub
parent 11236f4f9c
commit 639fb7158e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,6 @@ Note: When adding new WML tags, unless they're very simple, it's preferred to
add a new file in the "data/lua/wml" directory rather than implementing it in this file.
The file will then automatically be loaded by the above require statement.
Also note: The above on_load event needs to be registered before any other on_load events.
That means before loading the WML tags via wesnoth.require "wml".
]]
function wml_actions.sync_variable(cfg)