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

View file

@ -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