Fix indentation problem since merge resolution

Github merge conflict resolution is not the best with indent
master
Loïc Blot 2017-03-16 11:09:06 +01:00
parent 40ce538aad
commit b52f3005c3
1 changed files with 1 additions and 1 deletions

View File

@ -65,5 +65,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)
LuaItemStack::Register(L);
StorageRef::Register(L);
LuaMinimap::Register(L);
LuaMinimap::Register(L);
}