LUPS-manager
Posted: 25 Feb 2015, 15:07
The latest LUPS from github doesn't contain a gadget called lups_manager.lua, but instead one called lups_cloak_fx.lua. But it has id: lups_manager.lua:
Is the previous lups_manager.lua now replaced with lups_cloak_fx.lua?
Code: Select all
-- $Id: lups_manager.lua 3171 2008-11-06 09:06:29Z det $
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
-- author: jK
--
-- Copyright (C) 2007,2008.
-- Licensed under the terms of the GNU GPL, v2 or later.
--
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
function gadget:GetInfo()
return {
name = "Lups Cloak FX",
desc = "",
author = "jK",
date = "008-2014",
license = "GNU GPL, v2 or later",
layer = 10,
enabled = true,
}
end