mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 11:47:45 +00:00
actually fix builds this time
This commit is contained in:
parent
e9b190bd85
commit
8a5080746a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
protected:
|
||||
virtual void OnOutput( LPCSTR szText )
|
||||
{
|
||||
Sapphire::Logger::critical( "{}", szText );
|
||||
Sapphire::Logger::fatal( "{}", szText );
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue