maint: fix typo

This commit is contained in:
6arelyFuture 2023-02-18 20:07:59 +00:00 committed by GitHub
parent f78fb8bacd
commit c529c79950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
{ \ { \
CHK_ACTION; \ CHK_ACTION; \
} }
#else /* Valid for Plutinium IW5 with bot warfare */ #else /* Valid for Plutonium IW5 with bot warfare */
#define BOT_CHK(ent) \ #define BOT_CHK(ent) \
if ( isDefined( ent.pers["isBot"] ) && ent.pers["isBot"] ) \ if ( isDefined( ent.pers["isBot"] ) && ent.pers["isBot"] ) \
{ \ { \