mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #642, as proposed by MS
https://dev.vatsim-germany.org/issues/642#note-4
This commit is contained in:
@@ -197,7 +197,7 @@ namespace BlackMisc
|
||||
return c.isEmpty() ? this->getCategoriesAsString() : c;
|
||||
}
|
||||
|
||||
bool CStatusMessage::clipSeverity(CStatusMessage::StatusSeverity severity)
|
||||
bool CStatusMessage::clampSeverity(CStatusMessage::StatusSeverity severity)
|
||||
{
|
||||
if (this->getSeverity() <= severity) { return false; }
|
||||
this->setSeverity(severity);
|
||||
|
||||
Reference in New Issue
Block a user