• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Doors

raell5

Premium User
Joined
Aug 23, 2010
Messages
82
Reaction score
9
Location
Deaths Of Tentacles Planet
54ssn8.jpg
 
A (probably modified) copy of doors.lua made a call to isInArray(), using a variable with a nil value instead of an array.
The error blocked a "use" operation on a door, hence "you cannot use this object".

The call is at line 51 of doors.lua. The cause of the error is probably a typo in a variable name, or something similar - it should have been found during testing.
 
Back
Top