1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 00:47:45 +00:00

fix action_parse not checking for the correct template file

This commit is contained in:
NotAdam 2019-07-25 23:33:06 +10:00
parent b3f0f3afa1
commit 541b657981

View file

@ -74,7 +74,7 @@ int main()
Logger::init( "action_parse" );
if( !fs::exists( "ActionLut.cpp.tmpl" ) )
if( !fs::exists( "ActionLutData.cpp.tmpl" ) )
throw std::runtime_error( "ActionLut.cpp.tmpl is missing in working directory" );
Logger::info( "Setting up EXD data" );