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:
parent
35000002e9
commit
51f34b2172
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