mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +00:00
actually fix builds this time
This commit is contained in:
parent
3ce398ff9e
commit
db8330e1c6
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