mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
remove some not super useful logs
This commit is contained in:
parent
95026802e5
commit
e377402279
2 changed files with 3 additions and 3 deletions
|
@ -302,7 +302,7 @@ function enemy_sync.client_cleanup()
|
|||
for i, enemy_id in ipairs(entities) do
|
||||
if not EntityHasTag(enemy_id, "ew_replicated") then
|
||||
local filename = EntityGetFilename(enemy_id)
|
||||
print("Despawning unreplicated "..enemy_id.." "..filename)
|
||||
--print("Despawning unreplicated "..enemy_id.." "..filename)
|
||||
EntityKill(enemy_id)
|
||||
elseif not spawned_by_us[enemy_id] then
|
||||
local filename = EntityGetFilename(enemy_id)
|
||||
|
|
|
@ -76,7 +76,7 @@ function module.entity_is_synced(ent_path)
|
|||
return entity_is_enemy_cache[ent_path]
|
||||
end
|
||||
|
||||
print("Checking if this is an enemy: " .. ent_path)
|
||||
--print("Checking if this is an enemy: " .. ent_path)
|
||||
|
||||
local tags = util.load_ents_tags(ent_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue