mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-10 19:32:10 +00:00
actually load the code, and make it not crash
This commit is contained in:
parent
e4a3b631cf
commit
2a75ffa38a
14 changed files with 82 additions and 37 deletions
5
builtin/sscsm_client/register.lua
Normal file
5
builtin/sscsm_client/register.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local builtin_shared = ...
|
||||
|
||||
local make_registration = builtin_shared.make_registration
|
||||
|
||||
core.registered_globalsteps, core.register_globalstep = make_registration()
|
Loading…
Add table
Add a link
Reference in a new issue