mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 10:55:36 +00:00
Fixed lua command not registered for console
This commit is contained in:
parent
e12b7da27f
commit
667a22b0f8
@ -230,6 +230,7 @@ static void ProcessCompositeInput() {
|
||||
void ConsoleInit() {
|
||||
SetupConsole();
|
||||
LuaConsole = std::make_unique<Lua>(true);
|
||||
LuaConsole->Init();
|
||||
printf("> ");
|
||||
std::thread In(ReadCin);
|
||||
In.detach();
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
std::string CustomIP;
|
||||
std::string GetSVer() {
|
||||
return std::string(Sec("1.1"));
|
||||
return std::string(Sec("1.11"));
|
||||
}
|
||||
std::string GetCVer() {
|
||||
return std::string(Sec("1.70"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user