• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Debugging in console.

Jgarder

Tprogramming Ex-Adm|n
Premium User
Joined
Jun 7, 2007
Messages
355
Reaction score
3
Location
Michigan
how do i turn off the debugger thats active in the window.. its making alot of spam that i dont want to see :P

sorry about being a noob, but you know how it is.. sometimes you just cant find the right button.


in case anyones confused, here is a small example of the debuggery

Code:
Jgarder, addContainer: 0
Jgarder, closeContainer: 0
removing creature
 
how do i turn off the debugger thats active in the window.. its making alot of spam that i dont want to see :P

sorry about being a noob, but you know how it is.. sometimes you just cant find the right button.


in case anyones confused, here is a small example of the debuggery

Code:
Jgarder, addContainer: 0
Jgarder, closeContainer: 0
removing creature

Undefine __DEBUG__.
 
Heh hard to do :P

So i have question too, becouse sometimes when server crash - is it possible to get any log why server crashed? I quess it is possible but i don't how ;s
 
Back
Top