Piengineer12 / public-addons

Source code for GMod addons I have published for the public.
MIT License
13 stars 3 forks source link

Extractor loses track of container #333

Closed Piengineer12 closed 3 months ago

Piengineer12 commented 4 months ago
[ISAWC: Inventory System and Working Containers] lua/entities/isawc_extractor.lua:640: attempt to index local 'container' (a nil value)
1. fn - lua/entities/isawc_extractor.lua:640
2. unknown - lua/ulib/shared/hook.lua:109
3. SetTeam - [C]:-1
4. PlayerJoinTeam - gamemodes/base/gamemode/player.lua:649
5. TryToChangeToTeam - gamemodes/lootwars/gamemode/init.lua:187
6. unknown - gamemodes/lootwars/gamemode/init.lua:543
7. unknown - lua/includes/modules/concommand.lua:54

Found this when I changed teams after rejoining the server

Piengineer12 commented 4 months ago

The exporter is persistent btw

Piengineer12 commented 3 months ago

Resolved via 437fb9ec632f920d85b5b13acb76658acc45c5a4