Removed debug print to console.

master
ExeterDad 2016-09-19 21:28:16 -04:00
parent 291b14d115
commit e4c176a468
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ function showbones.update_hud(bones_locations, i, player_name)
local time = meta:get_int("time")
local waypoint_color = "0xffff00" -- yellow, aging
local waypoint_text = "Your aging bones "
print("Time = " .. time .. " Waypoint " .. i)
if time >= (share_bones_time - 10) then
waypoint_color = "0xff001e" -- red, old, others may dig
waypoint_text = "Your old bones "