mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 14:21:49 +00:00
Add AuthedBlocks processor for IW4 fastfiles
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
#include "TooManyAuthedGroupsException.h"
|
||||
|
||||
std::string TooManyAuthedGroupsException::DetailedMessage()
|
||||
{
|
||||
return "Loaded fastfile has too many authed groups.";
|
||||
}
|
||||
|
||||
char const* TooManyAuthedGroupsException::what() const
|
||||
{
|
||||
return "Loaded fastfile has too many authed groups.";
|
||||
}
|
Reference in New Issue
Block a user