[Bots] Update comment

Remove reference to bot warfare as any mod could use this API.
(100% Last Commit) (No Tax Evasion was committed)
This commit is contained in:
Edo 2022-04-09 16:54:54 +02:00 committed by GitHub
parent 6b9e36b3b7
commit 771d8a025d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ namespace Components
Bots::AddMethods();
// Reset activate so test clients can be used after unloading bot warfare
// In case a loaded mod didn't call "BotStop" before the VM shutdown
Script::OnVMShutdown([]
{
for (auto i = 0u; i < std::extent_v<decltype(g_botai)>; i++)