mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-29 21:02:18 -05:00
fix linux release mode crash (#1124)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
7b11509010
commit
96c2033361
@ -118,6 +118,7 @@ bool CustomMessageManager::ClearMessageTable(std::string tableID) {
|
|||||||
}
|
}
|
||||||
auto& messageTable = foundMessageTable->second;
|
auto& messageTable = foundMessageTable->second;
|
||||||
messageTable.clear();
|
messageTable.clear();
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CustomMessageManager::AddCustomMessageTable(std::string tableID) {
|
bool CustomMessageManager::AddCustomMessageTable(std::string tableID) {
|
||||||
|
Loading…
Reference in New Issue
Block a user