Fix typo in server.py

This commit is contained in:
Andrew 2022-02-26 12:31:55 -05:00
parent 18e2ac8328
commit 879197a3e9

View File

@ -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: