bot: always remove bomb entities from ignore item list

This commit is contained in:
jeefo 2024-07-03 22:00:58 +03:00
commit 78d9e88caf
No known key found for this signature in database
GPG key ID: D696786B81B667C8
2 changed files with 12 additions and 2 deletions

View file

@ -263,7 +263,7 @@ public:
return "";
}
// simple accessor to c4 model name
// simple accessors to c4 model name
StringRef getBombModelName () {
return fetchCustom ("C4ModelName");
}