mirror of
https://github.com/shadowscion/Prop2Mesh.git
synced 2025-03-04 03:13:03 -05:00
Update prop2mesh.lua
typo
This commit is contained in:
parent
9bb71794d3
commit
6f6d28f7a2
@ -371,7 +371,7 @@ return function( instance )
|
||||
return 0
|
||||
end
|
||||
|
||||
return #this.prop2mesh_controllers
|
||||
return ent.prop2mesh_controllers and #ent.prop2mesh_controllers or 0
|
||||
end
|
||||
|
||||
--- Gets the color of the controller
|
||||
|
Loading…
Reference in New Issue
Block a user