GmodStarfall/Starfall

Duplication Support

ColonelThirtyTwo opened this issue · 2 comments

Currently this is impossible without crashing advdupe as it will try to get the protected metatable of something in the instance's environment, because it will try to copy the entire entity table.

AdvDupe calls Ent:PreEntityCopy and Ent:PostEntityCopy before copying the entity table. Can be used to temporary store the environment and other stuff.

This was done.