mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-29 10:04:23 +00:00
Merge remote-tracking branch 'origin/main' into web-dashboard-simplier
# Conflicts: # dMasterServer/MasterServer.cpp
This commit is contained in:
@@ -213,7 +213,7 @@ TEST(dCommonTests, AMFDeserializeUnimplementedValuesTest) {
|
||||
bool caughtException = false;
|
||||
try {
|
||||
ReadFromBitStream(testBitStream);
|
||||
} catch (eAmf unimplementedValueType) {
|
||||
} catch (std::exception& e) {
|
||||
caughtException = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user