We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ce538 commit b52f300Copy full SHA for b52f300
src/script/clientscripting.cpp
@@ -65,5 +65,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)
65
66
LuaItemStack::Register(L);
67
StorageRef::Register(L);
68
- LuaMinimap::Register(L);
+ LuaMinimap::Register(L);
69
}
0 commit comments