Update lua_api.html

master
rubenwardy 2017-11-28 23:07:55 +00:00
parent 4a55684727
commit bbaa2a9329
2 changed files with 738 additions and 241 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@ text = unicode(text, "utf-8")
print("Pre-generation replacements...")
header = """Minetest Lua Modding API Reference 0.4.15
header = """Minetest Lua Modding API Reference 0.5.0
========================================="""
text = text.replace(header, "")