← Back to team overview

mudlet-makers team mailing list archive

[Bug 591888] Re: getNetworkLatency is registered twice

 

** Changed in: mudlet
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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