server: improved logs for some use cases (related to #11572)

This commit is contained in:
Oleg Agafonov 2023-12-28 00:30:07 +04:00
parent fac5f8c752
commit e79f562f4a
4 changed files with 20 additions and 8 deletions

View file

@ -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;