mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 14:40:56 +00:00
Fixed lua command not registered for console
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ void InitLauncher(int argc, char* argv[]) {
|
|||||||
SetConsoleTitleA((Sec("BeamMP Launcher v") + std::string(GetVer()) + GetPatch()).c_str());
|
SetConsoleTitleA((Sec("BeamMP Launcher v") + std::string(GetVer()) + GetPatch()).c_str());
|
||||||
InitLog();
|
InitLog();
|
||||||
CheckName(argc, argv);
|
CheckName(argc, argv);
|
||||||
FindDLL(argv);
|
//FindDLL(argv);
|
||||||
SecurityCheck(argv);
|
SecurityCheck(argv);
|
||||||
Discord_Main();
|
Discord_Main();
|
||||||
RequestRole();
|
RequestRole();
|
||||||
|
|||||||
Reference in New Issue
Block a user