mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01: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
@ -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…
Reference in New Issue
Block a user