This commit is contained in:
MihailRis
2025-12-08 19:21:50 +03:00
committed by ShiftyX1
parent 42248d67eb
commit 00f269ca7e
4 changed files with 8 additions and 3 deletions
-1
View File
@@ -8,7 +8,6 @@
#include <memory>
#include <string>
#include <optional>
class Assets;
class ContentControl;
+1 -1
View File
@@ -519,7 +519,7 @@ static int l_pull_events(lua::State* L, network::Network& network) {
return 1;
}
int l_is_available(lua::State* L) {
static int l_is_available(lua::State* L) {
return engine->getNetwork() != nullptr;
}