dont try to sync file-less entities

This commit is contained in:
bgkillas 2025-03-11 22:15:04 -04:00
parent 44464947f7
commit 1ac29cd26f
2 changed files with 13 additions and 13 deletions

View file

@ -71,8 +71,7 @@ function effect_sync.get_sync_data(entity, perks)
else
table.insert(sync_data, name)
end
else
table.insert(sync_data, util.serialize_entity(effect))
--[[else table.insert(sync_data, util.serialize_entity(effect))]]
end
end
return sync_data