Don't Starve Together

Don't Starve Together

Don't Starve Alone
2657513551 The mod has the same number as the other mod item scroller
I had an error with island adventure, I couldn't enter the world. and I turned to the neural network to fix it.but when I was searching for steam, I found which mod error tracker was complaining about, and it found item scroller. I go to my mods folder on my computer, searching for 2657513551, and I find your mod. and the item scroller is probably located under a different number on my PC.here is the error that the neural network also complained about in your code.
< >
Showing 1-1 of 1 comments
Calcit 16 Jul @ 10:42am 
Modify dsa_antlion_proxy.lua around line 184 to add print statements or error checks. For example:
lua
Copy code
local function OnSomeEvent(inst, data)
print("Event received:", inst, data)
if not data then
print("Error: Event data is nil")
return
end
-- Existing code at line 184
end
< >
Showing 1-1 of 1 comments
Per page: 1530 50