← Back to team overview

mudlet-makers team mailing list archive

[Bug 1095963] [NEW] getDoors() mentions setDoor in the error message

 

Public bug reported:

lua_pushstring( L, "setDoor: wrong argument type" );

should be:

lua_pushfstring( L, "getDoors: bad argument #1 (room ID as number
expected, got %s)", luaL_typename(L, 1) );

** Affects: mudlet
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1095963

Title:
  getDoors() mentions setDoor in the error message

Status in Mudlet the MUD client:
  New

Bug description:
  lua_pushstring( L, "setDoor: wrong argument type" );

  should be:

  lua_pushfstring( L, "getDoors: bad argument #1 (room ID as number
  expected, got %s)", luaL_typename(L, 1) );

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1095963/+subscriptions


Follow ups

References