LuaLibraries: fix head
authorWuzzy
Wed, 02 May 2018 22:55:46 +0100
changeset 1353 48e52d3c6c85
parent 1352 e504c2e2246d
child 1354 7cfa7d94d014
LuaLibraries: fix head
LuaLibraries.wiki
--- a/LuaLibraries.wiki	Wed May 02 22:55:34 2018 +0100
+++ b/LuaLibraries.wiki	Wed May 02 22:55:46 2018 +0100
@@ -10,7 +10,6 @@
 <code language="lua">HedgewarsScriptLoad("Scripts/<Library Name>.lua")</code>
 Where `<Library Name>` is replaced by the name.
 
-=== Legacy `loadfile` ==
 *Note*: In ancient scripts, you might find this call instead:
 <code language="lua">loadfile(GetDataPath() .. "Scripts/<Library Name>.lua")()</code>
 This does not work with new Hedgewars versions anymore and causes the script to break. Use `HedgewarsScriptLoad` instead.