1
Fork 0
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:
NotAdam 2019-03-27 18:29:38 +11:00
parent e9b190bd85
commit 8a5080746a

View file

@ -16,7 +16,7 @@ public:
protected:
virtual void OnOutput( LPCSTR szText )
{
Sapphire::Logger::critical( "{}", szText );
Sapphire::Logger::fatal( "{}", szText );
}
};
#endif