mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix typo in server.py
This commit is contained in:
parent
18e2ac8328
commit
879197a3e9
@ -241,7 +241,7 @@ class Server:
|
||||
logger.info(f"Starting server in {self.server_path} with command: {self.server_command}")
|
||||
|
||||
if not helper.is_os_windows() and servers_helper.get_server_type_by_id(self.server_id) == "minecraft-bedrock":
|
||||
logger.info(f"Bedrock and Unix detected for server {self.server_name}. Switching to appropriate execution string")
|
||||
logger.info(f"Bedrock and Unix detected for server {self.name}. Switching to appropriate execution string")
|
||||
my_env = os.environ
|
||||
my_env["LD_LIBRARY_PATH"] = self.server_path
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user