mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
modified code to avoid a warning on MSVC
This commit is contained in:
parent
d4bf916f18
commit
a899a290c0
@ -47,7 +47,7 @@ namespace MWScript
|
||||
if (!mErrorHandler.isGood())
|
||||
Success = false;
|
||||
}
|
||||
catch (const std::exception& error)
|
||||
catch (...)
|
||||
{
|
||||
Success = false;
|
||||
}
|
||||
@ -114,4 +114,3 @@ namespace MWScript
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user