fix(CI/Codestyle): correct double semicolon check (#21388)

This commit is contained in:
Kitzunu
2025-02-10 20:24:28 +01:00
committed by GitHub
parent 017cfb7b4b
commit 787b4e4efe
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ public:
handler->PSendSysMessage("Invalid subphase, see \".worldstate sunsreach subphase\" for usage");
return false;
}
sWorldState->HandleSunsReachSubPhaseTransition(subphase);;
sWorldState->HandleSunsReachSubPhaseTransition(subphase);
handler->PSendSysMessage(sWorldState->GetSunsReachPrintout());
return true;
}