Skip to content

Commit

Permalink
Bump up LuaEngine version in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius902 committed Aug 11, 2021
1 parent 088882d commit c88e6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuaBackendDLL/main_dll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ extern "C"
cout << "========= LuaBackend | v1.30 =========" << "\n";
cout << "====== Copyright 2021 - TopazTK ======" << "\n";
cout << "======================================" << "\n";
cout << "=== Compatible with LuaEngine v4.2 ===" << "\n";
cout << "=== Compatible with LuaEngine v5.0 ===" << "\n";
cout << "========== Embedded Version ==========" << "\n";
cout << "======================================" << "\n\n";

ConsoleLib::MessageOutput("Initializing LuaEngine v4.2...\n\n", 0);
ConsoleLib::MessageOutput("Initializing LuaEngine v5.0...\n\n", 0);
_scrPath = string(ScriptPath);

MemoryLib::ExternProcess(ProcessID, ProcessH, TargetAddress);
Expand Down

0 comments on commit c88e6d2

Please sign in to comment.