• 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 [TFS 0.4] 8.6 server startup Manager Interface error

jykemainio

New Member
Joined
Jan 21, 2010
Messages
7
Reaction score
0
When I startup server, it gives me few of different kind of interface errors: here is one of them:

[14:21:51.832] [Error - Manager Interface]
[14:21:51.835] data/lib/lib.lua
[14:21:51.836] Description:
[14:21:51.838] data/lib/core/container.lua:1: attempt to index global 'Container' (a nil value)
[14:21:51.842] [Warning - LuaInterface::initState] Cannot load data/lib/

container.lua looks like this. I think there should be more code, but not sure what I should add.
Lua:
function Container.isContainer(self)
    return true
end

What I should do to fix this error?
Post automatically merged:

Fixed already.
 
Last edited:
Back
Top