mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-16 15:10:05 -04:00
fix linux release mode crash (#1124)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
@@ -118,6 +118,7 @@ bool CustomMessageManager::ClearMessageTable(std::string tableID) {
|
||||
}
|
||||
auto& messageTable = foundMessageTable->second;
|
||||
messageTable.clear();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CustomMessageManager::AddCustomMessageTable(std::string tableID) {
|
||||
|
||||
Reference in New Issue
Block a user