• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua server crash

thomson9292

New Member
Joined
Feb 28, 2017
Messages
97
Solutions
1
Reaction score
2
How can I fix this? I use tfs 1.

JC7C12U.jpg
 
Last edited:
In your lib files (data/actions/libs/actions.lua)
Try adding this around line 89
LUA:
print(target, type(target))

Above this;
LUA:
if not target or not target:isItem() then
 
Back
Top