mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Fix static analysis issues (#25178)
(cherry picked from commit 7cf122fc2a)
This commit is contained in:
@@ -225,7 +225,7 @@ public:
|
||||
/// Tries to terminate the process
|
||||
void Terminate() override
|
||||
{
|
||||
if (!my_child)
|
||||
if (my_child)
|
||||
{
|
||||
was_terminated = true;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user