mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 01:07:47 +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:
|
protected:
|
||||||
virtual void OnOutput( LPCSTR szText )
|
virtual void OnOutput( LPCSTR szText )
|
||||||
{
|
{
|
||||||
Sapphire::Logger::critical( "{}", szText );
|
Sapphire::Logger::fatal( "{}", szText );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue