wiremod / advduplicator

Garry's Mod add-on that allows a player to save and load contraptions
http://www.wiremod.com
Apache License 2.0
67 stars 43 forks source link

lua/autorun/shared/dupeshare.lua:284: Tried to use a NULL entity! #12

Closed Tingle1337 closed 12 years ago

Tingle1337 commented 12 years ago
[ERROR] addons/advanced duplicator/lua/autorun/shared/dupeshare.lua:284: Tried to use a NULL entity!
  1. GetClass - [C]:-1
   2. CurrentToolIsDuplicator - addons/advanced duplicator/lua/autorun/shared/dupeshare.lua:284
    3. unknown - ...plicator/lua/weapons/gmod_tool/stools/adv_duplicator.lua:851
     4. unknown - lua/includes/modules/concommand.lua:69
Nebual commented 12 years ago

Trace says ply:GetActiveWeapon() returned NULL when concommand adv_duplicator_save was run, presumably someone hit save while dead or otherwise weaponless. I'll include an IsValid check in my next pull request, not urgent though.