From 3e3d840ce60d1dae85dfe593be23287069af29a0 Mon Sep 17 00:00:00 2001
From: Li
Date: Tue, 4 Oct 2022 16:03:25 +1300
Subject: [PATCH] Fix Quotation Marks
---
HorseIsleServer/MPN00BS/ServerStarter.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HorseIsleServer/MPN00BS/ServerStarter.cs b/HorseIsleServer/MPN00BS/ServerStarter.cs
index 02f4161..a630d2e 100755
--- a/HorseIsleServer/MPN00BS/ServerStarter.cs
+++ b/HorseIsleServer/MPN00BS/ServerStarter.cs
@@ -65,7 +65,7 @@ namespace MPN00BS
#elif OS_LINUX
string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "LINUX", "flash.elf");
#elif OS_MACOS
- string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", “MACOS”, "flash.app”, “Contents”, “MacOS”, “Flash Player”);
+ string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "MACOS", "flash.app", "Contents", "MacOS", "Flash Player");
#else
MessageBox.Show(null,"ERROR: No path for flash projector specified on this platform", "Porting error", MessageBoxButtons.Ok);
string executable = Path.Combine(Directory.GetCurrentDirectory(), "flashplayer", "WINDOWS", "flash.exe");