mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +00:00
fix action_parse not checking for the correct template file
This commit is contained in:
parent
b3f0f3afa1
commit
541b657981
1 changed files with 1 additions and 1 deletions
|
@ -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" );
|
||||
|
|
Loading…
Add table
Reference in a new issue