mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01520
[Bug 591888] Re: getNetworkLatency is registered twice
** Changed in: mudlet
Status: Confirmed => In Progress
** Changed in: mudlet
Assignee: (unassigned) => Vadim Peretokin (vperetokin)
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/591888
Title:
getNetworkLatency is registered twice
Status in Mudlet the MUD client:
In Progress
Bug description:
As reported by lex. Harmless call, but could be removed anyway:
grep -R -n lua_register * | grep getNet
src/TLuaInterpreter.cpp:5296: lua_register( pGlobalLua, "getNetworkLatency", TLuaInterpreter::getNetworkLatency );
src/TLuaInterpreter.cpp:5309: lua_register( pGlobalLua, "getNetworkLatency", TLuaInterpreter::getNetworkLatency );
References