Re: [Bug] 581 shows map editing tools when not in public player mode
Reply #2 –
thank you. fixed in 2523. get_icon was declared const in werkzeug_t but not in toolbar_t, which means the toolbar_t geticon-routine was no inheritant (?) of the routine in werkzeug_t.