Skip to main content

Actions don´t show up | F8 Server Config Error

T
Written by Tim Plate
Updated today

Go into the file visn_are/script/entities/actions.lua and change line 287:

  if v[ServerConfig.m_customInventory.count_variable] > 0 then items[v.name] =     v[ServerConfig.m_customInventory.count_variable] end

to

if v.count > 0 then items[v.name] = v.count end

Did this answer your question?