Prevent arithmetic underflow

master
Bad-Command 2012-07-05 00:02:38 -04:00
parent 25be8c9019
commit 745007dd23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ worldtime.persist = function()
"WARNING: worldtime: Could not save time to "..
worldtime.get_filename() )
else
minetest.log('error',
minetest.log('trace',
"worldtime: Saved current time ("..worldtime.worldtime..") to "..
worldtime.get_filename() )
end