print für Beleuchtung entfernt

This commit is contained in:
N-Nachtigal 2025-05-17 00:35:25 +02:00
parent b11e64dc91
commit e7645111ca
3 changed files with 3 additions and 2 deletions

View file

@ -257,6 +257,6 @@ function cozylights:draw_wielded_light(pos, last_pos, cozy_item,vel,cozyplayer,v
cozyplayer.last_wield_radius = radius
gent_total = gent_total + mf((os.clock() - t) * 1000)
gent_count = gent_count + 1
print("Av wield illum time " .. mf(gent_total/gent_count) .. " ms. Sample of: "..gent_count)
--print("Av wield illum time " .. mf(gent_total/gent_count) .. " ms. Sample of: "..gent_count)
end