diff options
Diffstat (limited to 'Agent_Manager.cs')
-rw-r--r-- | Agent_Manager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Agent_Manager.cs b/Agent_Manager.cs index 934fb57..3b05480 100644 --- a/Agent_Manager.cs +++ b/Agent_Manager.cs | |||
@@ -192,7 +192,7 @@ namespace Second_server | |||
192 | { | 192 | { |
193 | 193 | ||
194 | //shouldn't really have to read all this in from disk for every new client? | 194 | //shouldn't really have to read all this in from disk for every new client? |
195 | string data_path=System.Windows.Forms.Application.StartupPath + @"\layer_data\"; | 195 | string data_path=System.AppDomain.CurrentDomain.BaseDirectory + @"\layer_data\"; |
196 | 196 | ||
197 | //send layerdata | 197 | //send layerdata |
198 | LayerDataPacket layerpack=new LayerDataPacket(); | 198 | LayerDataPacket layerpack=new LayerDataPacket(); |