Jump to content

MostModCharacter will crash due to no GAMEMODE_STARTING_ITEMS


I4cU
  • Pending

Bad compatibility,  in scrips/mainfunctions/ line 1677,  inv_item_list is nil value

        local inv_item_list = (TUNING.GAMEMODE_STARTING_ITEMS[TheNet:GetServerGameMode()] or TUNING.GAMEMODE_STARTING_ITEMS.DEFAULT)[string.upper(char)]
but some mod Character didnt mention the TUNING.GAMEMODE_STARTING_ITEMS ,,, it crash

pls fix it by add if inv_item_list then... 


Steps to Reproduce

step1 add mod character

step2 chose mod character in new cluster

step3 scrips/mainfunctions/ line 1677,  inv_item_list is nil value

  • Like 1



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...