NexiusTailer / Nex-AC

Anticheat system
https://pawn.wiki/index.php?/topic/27641-nex-ac/
GNU Lesser General Public License v3.0
212 stars 156 forks source link

Changed macros name from 'DEBUG' to 'AC_DEBUG' #290

Closed shierru closed 1 year ago

shierru commented 1 year ago

I decided to change the name of the macro from DEBUG to AC_DEBUG because if you use #define DEBUG you might have problems working with other include that have a debug mode, and it is possible that a macros DEBUG is used there.

NexiusTailer commented 1 year ago

No, it's not possible unfortunately, since this way you'll break all .lang files which don't have proper versioning so that they cannot be updated without new issues.