mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #02602
[Bug 1095963] Re: getDoors() mentions setDoor in the error message
** Changed in: mudlet
Status: New => 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/1095963
Title:
getDoors() mentions setDoor in the error message
Status in Mudlet the MUD client:
Fix Released
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
References