Disable world partition

This commit is contained in:
2026-06-05 16:54:32 -04:00
parent f7a2d83f6e
commit 8a46788512
145 changed files with 4 additions and 430 deletions

View File

@@ -403,7 +403,7 @@ LuaDefine(tangible_build, "config",
"|state, build will call the constructor for the tangible."
"|The constructor must have this prototype:"
"|"
"| function myclass.init(place, actor, config)"
"| function myclass.init(self, config)"
"|"
"|The configuration table passed to tangible.build is then passed"
"|directly to the init function. The constructor should use the keywords"