diff --git a/main.py b/main.py
index 32271a1d510a054998e27aa686e636f118ba50ba..191081720b96ae150fe3d06c03c6c432764482e9 100644
--- a/main.py
+++ b/main.py
@@ -16,7 +16,8 @@ class MyAgent(IDABot):
 
 
 def main():
-    coordinator = Coordinator()
+    coordinator = Coordinator(r"D:\StarCraft II\Versions\Base69232\SC2_x64.exe")
+
     bot1 = MyAgent()
     # bot2 = MyAgent()