Page 1 of 1

"Equipment update took" message

Posted: Thu Nov 18, 2010 7:24 pm
by checkii
I am not sure which revision, but right now after every way point or action my message window will say "Equipment update took:1" or "Equipment update took:2"

I would very much like to turn this off. I am not sure why I need to know that.

Re: "Equipment update took" message

Posted: Thu Nov 18, 2010 10:27 pm
by checkii
nm figured it out in inventory.lua

Code: Select all

--	if( settings.profile.options.DEBUG_INV ) then
--		printf( "Equipment update took: %d\n", deltaTime( getTime(), timeStart ) );
--	end;
The if setting statement was already -- out, so setting it false would not have worked anyways, so I might as well use -- on the prinf too.