forked from External/mage
server: improved logs for some use cases (related to #11572)
This commit is contained in:
parent
fac5f8c752
commit
e79f562f4a
4 changed files with 20 additions and 8 deletions
|
|
@ -11,6 +11,8 @@ import java.lang.reflect.Method;
|
|||
*/
|
||||
public class DebugUtil {
|
||||
|
||||
public static boolean NETWORK_SHOW_CLIENT_CALLBACK_MESSAGES_LOG = false; // show all callback messages (server commands)
|
||||
|
||||
// cards basic (card panels)
|
||||
public static boolean GUI_CARD_DRAW_OUTER_BORDER = false;
|
||||
public static boolean GUI_CARD_DRAW_INNER_BORDER = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue