mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix indentation problem since merge resolution
Github merge conflict resolution is not the best with indent
This commit is contained in:
parent
40ce538aad
commit
b52f3005c3
1 changed files with 1 additions and 1 deletions
|
@ -65,5 +65,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)
|
||||||
|
|
||||||
LuaItemStack::Register(L);
|
LuaItemStack::Register(L);
|
||||||
StorageRef::Register(L);
|
StorageRef::Register(L);
|
||||||
LuaMinimap::Register(L);
|
LuaMinimap::Register(L);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue