Closed AlphaKeks closed 3 months ago
Previously, cs2kz::Mode would be debug-formatted using its full name, i.e. Vanilla / Classic.
cs2kz::Mode
Vanilla
Classic
This commit changes this to use an abbreviated form instead. The previous long form can be opted into using the # sigil ("pretty printing").
#
Previously,
cs2kz::Mode
would be debug-formatted using its full name, i.e.Vanilla
/Classic
.This commit changes this to use an abbreviated form instead. The previous long form can be opted into using the
#
sigil ("pretty printing").