R2Northstar / NorthstarMods

Squirrel scripts used to recreate server-side gamelogic and add custom content to the game.
MIT License
153 stars 121 forks source link

Fix `PlayerInventory_TakeAllInventoryItems` not being threaded #852

Closed x3Karma closed 4 weeks ago

x3Karma commented 1 month ago

The reason this needs to be threaded is because on L157, it performs a waitthread on a function, which will cause an error.

image

F1F7Y commented 1 month ago

why does the joy cat emote on discord look so shit

ASpoonPlaysGames commented 1 month ago

I'd say that this doesn't need testing. Using thread on a function can't ever really hurt.