1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 23:27: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 35000002e9
commit 51f34b2172

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" );