Skip to content

Commit

Permalink
Merge branch 'master' into hmw-visualizer
Browse files Browse the repository at this point in the history
# Conflicts:
#	POGOProtos
#	PoGo.NecroBot.CLI/Config/Translations/translation.id.json
#	PoGo.NecroBot.CLI/Config/Translations/translation.pl.json
#	PoGo.NecroBot.CLI/Config/Translations/translation.zh-TW.json
  • Loading branch information
samuraitruong committed Aug 27, 2016
2 parents c2510af + d89130f commit 197f6f4
Show file tree
Hide file tree
Showing 52 changed files with 743 additions and 333 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = FeroxRev
url = https://github.com/NoxxDev/NecroBot-Rocket-API.git
branch = master
[submodule "POGOProtos"]
path = POGOProtos
url = https://github.com/NoxxDev/POGOProtos-0.35.0.git
branch = master
2 changes: 1 addition & 1 deletion FeroxRev
26 changes: 25 additions & 1 deletion NecroBot for Pokemon Go.sln
Original file line number Diff line number Diff line change
@@ -1,32 +1,56 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoGo.NecroBot.CLI", "PoGo.NecroBot.CLI\PoGo.NecroBot.CLI.csproj", "{1FEA147E-F704-497B-A538-00B053B5F672}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoGo.NecroBot.Logic", "PoGo.NecroBot.Logic\PoGo.NecroBot.Logic.csproj", "{0739E40D-C589-4AEB-93E5-EE8CD6773C60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PokemonGo.RocketAPI", "FeroxRev\PokemonGo.RocketAPI\PokemonGo.RocketAPI.csproj", "{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "POGOProtos", "POGOProtos\POGOProtos\POGOProtos.csproj", "{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FEA147E-F704-497B-A538-00B053B5F672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FEA147E-F704-497B-A538-00B053B5F672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FEA147E-F704-497B-A538-00B053B5F672}.Debug|x86.ActiveCfg = Debug|x86
{1FEA147E-F704-497B-A538-00B053B5F672}.Debug|x86.Build.0 = Debug|x86
{1FEA147E-F704-497B-A538-00B053B5F672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FEA147E-F704-497B-A538-00B053B5F672}.Release|Any CPU.Build.0 = Release|Any CPU
{1FEA147E-F704-497B-A538-00B053B5F672}.Release|x86.ActiveCfg = Release|x86
{1FEA147E-F704-497B-A538-00B053B5F672}.Release|x86.Build.0 = Release|x86
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Debug|x86.ActiveCfg = Debug|x86
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Debug|x86.Build.0 = Debug|x86
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Release|Any CPU.Build.0 = Release|Any CPU
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Release|x86.ActiveCfg = Release|x86
{0739E40D-C589-4AEB-93E5-EE8CD6773C60}.Release|x86.Build.0 = Release|x86
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Debug|x86.ActiveCfg = Debug|x86
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Debug|x86.Build.0 = Debug|x86
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Release|Any CPU.Build.0 = Release|Any CPU
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Release|x86.ActiveCfg = Release|x86
{05D2DA44-1B8E-4CF7-94ED-4D52451CD095}.Release|x86.Build.0 = Release|x86
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Debug|x86.ActiveCfg = Debug|x86
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Debug|x86.Build.0 = Debug|x86
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Release|Any CPU.Build.0 = Release|Any CPU
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Release|x86.ActiveCfg = Release|x86
{A03A7BB2-4F0B-467B-84B2-9A76E6AAE6FB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Nom: {0} XP: {1}, Gemmes: {2}, Objectes: {3}, Lat: {4}, Long: {5}"
"Value": "Nom: {0} XP: {1}, Gemmes: {2}, Objectes: {3}, Lat: {4}, Long: {5}, Alt: {6}"
},
{
"Key": "eventFortFailed",
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Nombre: {0} Exp: {1}, Gemas: {2}, Objetos: {3}, Lat: {4}, Long: {5}"
"Value": "Nombre: {0} Exp: {1}, Gemas: {2}, Objetos: {3}, Lat: {4}, Long: {5}, Alt: {6}"
},
{
"Key": "eventFortFailed",
Expand Down
22 changes: 11 additions & 11 deletions PoGo.NecroBot.CLI/Config/Translations/translation.id.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
"TranslationStrings": [
{
"Key": "HumanWalkSnipeNotEnoughtBalls",
"Value": "(HUMAN WALK) Not enought balls to activate catch Em-All mode. ({0})/{1}"
"Value": "(Sambil jalan) Jumlah PokeBall untuk mengaktifkan mode 'Sapu-Bersih' tidak cukup: ({0})/{1}"
},
{
"Key": "HumanWalkSnipe",
"Value": "(HUMAN WALK) Found {0} spawning | lat: {1}, lng: {2}, dist {3:0.00}m , expired in {4:00} min {5:00} sec | Walk time est : {6:00} min {7:00} sec | Spin: {8} | Catch : {9} | Speed : {10:0.00}km/h"
"Value": "(Sambil jalan) {0} terlihat! | Koordinat: {1}, {2}, jarak {3:0.00} m, berakhir dalam {4:00} mnt {5:00} dtk | Waktu tempuh : {6:00} mnt {7:00} dtk | Sambil singgah di PokeStop: {8} | Sambil tangkap Pokemon lain: {9}"
},
{
"Key": "HumanWalkSnipeUpdate",
"Value": "(HUMAN WALK) Found {0} pokemon matched with you filters. Human walking sniper won't catch em all, but try to catch as many as possible"
"Value": "(Sambil jalan) Ada {0} pokemon cocok dengan filtermu. Tidak akan dapat semua, tapi mencoba yang terbaik."
},
{
"Key": "HumanWalkSnipeAddedPokestop",
"Value": "(HUMAN WALK) You are {0:0.00m} away from nearest pokestop. Restart farming at this place with {1} pokestops"
"Value": "(Sambil jalan) Kamu {0:0.00} m jauhnya dari PokeStop terdekat. Mulai panen di lokasi ini dengan {1} PokeStop."
},
{
"Key": "HumanWalkSnipeDestinationReached",
"Value": "(HUMAN WALK) destination reached | lat: {0}, lng: {1}"
"Value": "(Sambil jalan) Sampai di lokasi | Koordinat: {0}, {1}"
},
{
"Key": "SniperCount",
"Value": "Sniper count {0}"
"Value": "Jumlah bidikan {0}"
},
{
"Key": "SnipeExceeds",
"Value": "Sniper need to take a rest before your account is banned"
"Value": "Sniper harus diistirahatkan sebelum akun kamu kena Ban"
},
{
"Key": "CatchExceeds",
"Value": "You are catching too fast. Your cannot catch another one until {0} seconds later"
"Value": "Kamu menangkap terlalu cepat. Kamu tidak akan dapat menangkap hingga {0} detik lagi"
},
{
"Key": "PokeStopExceeds",
"Value": "You are visiting pokestops too fast. Your cannot visit another one until {0} seconds later"
"Value": "Kamu singgah di PokeStop terlalu cepat. Kamu tidak akan dapat singgah hingga {0} detik lagi"
},
{
"Key": "Only10kmEggs",
"Value": "Player below level 20, saving this 10 km Egg for later"
"Value": "Masih di bawah level 20, simpan dulu telur 10 km"
},
{
"Key": "GoogleAPIWarning",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Nama {0} | Dapat {1}xp, gem: {2}, barang: {3}, koordinat: {4}, {5}"
"Value": "Nama {0} | Dapat {1}xp, gem: {2}, barang: {3}, koordinat: {4}, {5}, {6}"
},
{
"Key": "eventFortFailed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Naam: {0} XP: {1}, Gems: {2}, Items: {3}, Lat: {4}, Long: {5}"
"Value": "Naam: {0} XP: {1}, Gems: {2}, Items: {3}, Lat: {4}, Long: {5}, Alt: {6}"

},
{
Expand Down
10 changes: 5 additions & 5 deletions PoGo.NecroBot.CLI/Config/Translations/translation.pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"TranslationStrings": [
{
"Key": "HumanWalkSnipeNotEnoughtBalls",
"Value": "(HUMAN WALK) Not enought balls to activate catch Em-All mode. ({0})/{1}"
"Value": "(HUMAN WALK) Niewystarczająca ilość piłem do aktywacji catch Em-All mode. ({0})/{1}"
},
{
"Key": "HumanWalkSnipe",
"Value": "(HUMAN WALK) Found {0} spawning | lat: {1}, lng: {2}, dist {3:0.00}m , expired in {4:00} min {5:00} sec | Walk time est : {6:00} min {7:00} sec | Spin: {8} | Catch : {9} | Speed : {10:0.00}km/h"
"Value": "(HUMAN WALK) Znaleziono {0} spawning | lat: {1}, lng: {2}, dist {3:0.00}m , expired in {4:00} min {5:00} sec | Walk time est : {6:00} min {7:00} sec | Spin: {8} | Catch : {9}"
},
{
"Key": "HumanWalkSnipeUpdate",
Expand All @@ -26,7 +26,7 @@
},
{
"Key": "SnipeExceeds",
"Value": "Sniper need to take a rest before your account is banned"
"Value": "Sniper musi zrobić sobie przerwę bo inaczej konto może zostać zablokowane"
},
{
"Key": "CatchExceeds",
Expand All @@ -38,11 +38,11 @@
},
{
"Key": "Only10kmEggs",
"Value": "Player below level 20, saving this 10 km Egg for later"
"Value": "Gracz poniżej 20 poziomu, oszczędza 10 km Egg na potem"
},
{
"Key": "GoogleAPIWarning",
"Value": "Without a Google Api, you will have 2500 free quota limit, if you reach the maximum quota, try to change your IP. To configure \"GoogleAPIKey\", get API Key in link: https://developers.google.com/maps/documentation/directions/get-api-key"
"Value": "Bez API Google, trzeba będzie 2500 bezpłatny limit przydziału, jeśli osiągnie maksymalny limit, spróbuj zmienić swój adres IP. Do konfiguracji \"GoogleAPIKey\", weź API Key z link: https://developers.google.com/maps/documentation/directions/get-api-key"
},
{
"Key": "pokeball",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Nome: {0} XP: {1}, Gemas: {2}, Itens: {3}, Lat: {4}, Long: {5}"
"Value": "Nome: {0} XP: {1}, Gemas: {2}, Itens: {3}, Lat: {4}, Long: {5}, Alt: {6}"
},
{
"Key": "eventFortFailed",
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Nume: {0} XP: {1} Gemuri: {2} Obiecte: {3} Lat: {4} Long: {5}"
"Value": "Nume: {0} XP: {1} Gemuri: {2} Obiecte: {3} Lat: {4} Long: {5}, Alt: {6}"
},
{
"Key": "eventFortFailed",
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Config/Translations/translation.vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "Tên: {0} XP: {1}, Gems: {2}, Items: {3}, Lat: {4}, Long: {5}"
"Value": "Tên: {0} XP: {1}, Gems: {2}, Items: {3}, Lat: {4}, Long: {5}, Alt: {6}"
},
{
"Key": "eventFortFailed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "补给站:{0} 经验+{1},宝石+{2},获得:{3},坐标{4},{5}\t\t\t"
"Value": "补给站:{0} 经验+{1},宝石+{2},获得:{3},坐标{4},{5},{6}\t\t\t"
},
{
"Key": "eventFortFailed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "补给站:{0} 经验+{1},晶石+{2},获得:{3},坐标{4},{5}\t\t\t"
"Value": "补给站:{0} 经验+{1},晶石+{2},获得:{3},坐标{4},{5},{6}\t\t\t"
},
{
"Key": "eventFortFailed",
Expand Down
34 changes: 17 additions & 17 deletions PoGo.NecroBot.CLI/Config/Translations/translation.zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,59 @@
"TranslationStrings": [
{
"Key": "HumanWalkSnipeNotEnoughtBalls",
"Value": "(HUMAN WALK) Not enought balls to activate catch Em-All mode. ({0})/{1}"
"Value": "(仿人行走) 沒有足夠的寶貝球以啟動catch Em-All(收服所有神奇寶貝)模式 ({0})/{1}"
},
{
"Key": "HumanWalkSnipe",
"Value": "(HUMAN WALK) Found {0} spawning | lat: {1}, lng: {2}, dist {3:0.00}m , expired in {4:00} min {5:00} sec | Walk time est : {6:00} min {7:00} sec | Spin: {8} | Catch : {9} | Speed : {10:0.00}km/h"
"Value": "(仿人行走) 發現一隻{0} | 緯度:{1}, 經度:{2}, 距離{3:0.00}公尺 , {4:00}{5:00}秒後消失 | 估計行走時間: {6:00}{7:00}秒 | 轉牌: {8} | 捕捉: {9}"
},
{
"Key": "HumanWalkSnipeUpdate",
"Value": "(HUMAN WALK) Found {0} pokemon matched with you filters. Human walking sniper won't catch em all, but try to catch as many as possible"
"Value": "(仿人行走) 發現{0}隻神奇寶貝符合你的狙擊設定。仿人行走狙擊沒辦法捕捉所有的神奇寶貝,但會盡可能的捕捉"
},
{
"Key": "HumanWalkSnipeAddedPokestop",
"Value": "(HUMAN WALK) You are {0:0.00m} away from nearest pokestop. Restart farming at this place with {1} pokestops"
"Value": "(仿人行走) 距離最近驛站{0:0.00m}。此處擁有{1}個驛站,將在此處重新開始掛機"
},
{
"Key": "HumanWalkSnipeDestinationReached",
"Value": "(HUMAN WALK) destination reached | lat: {0}, lng: {1}"
"Value": "(仿人行走) 到達目的地 | 緯度: {0}, 經度: {1}"
},
{
"Key": "SniperCount",
"Value": "Sniper count {0}"
"Value": "狙擊計數: {0}"
},
{
"Key": "SnipeExceeds",
"Value": "Sniper need to take a rest before your account is banned"
"Value": "狙擊需要休息一會,以降低被ban機率"
},
{
"Key": "CatchExceeds",
"Value": "You are catching too fast. Your cannot catch another one until {0} seconds later"
"Value": "短時間捕捉過多神奇寶貝。在 {0} 秒後能捕捉新的神奇寶貝"
},
{
"Key": "PokeStopExceeds",
"Value": "You are visiting pokestops too fast. Your cannot visit another one until {0} seconds later"
"Value": "短時間拜訪過多驛站。在 {0} 秒後能拜訪新的驛站"
},
{
"Key": "Only10kmEggs",
"Value": "Player below level 20, saving this 10 km Egg for later"
"Value": "玩家低於等級20,暫時保留10公里的蛋之後再用"
},
{
"Key": "GoogleAPIWarning",
"Value": "Without a Google Api, you will have 2500 free quota limit, if you reach the maximum quota, try to change your IP. To configure \"GoogleAPIKey\", get API Key in link: https://developers.google.com/maps/documentation/directions/get-api-key"
"Value": "沒有Google Api,你每天將只有2500次的共享限制。如果你達到次數上限,可試著更換你的IP。或者去設定 \"GoogleAPIKey\",在以下網址可取得API Keyhttps://developers.google.com/maps/documentation/directions/get-api-key"
},
{
"Key": "pokeball",
"Value": "寶貝球"
},
{
"Key": "greatPokeball",
"Value": "高級球"
"Value": "超級球"
},
{
"Key": "ultraPokeball",
"Value": "超級球"
"Value": "高級球"
},
{
"Key": "masterPokeball",
Expand All @@ -78,7 +78,7 @@
},
{
"Key": "eventFortUsed",
"Value": "名稱:{0} 經驗值:{1},金幣:{2},物品:{3},座標:{4},{5}\t\t\t\t"
"Value": "名稱:{0} 經驗值:{1},金幣:{2},物品:{3},座標:{4},{5},{6}\t\t\t\t"
},
{
"Key": "eventFortFailed",
Expand Down Expand Up @@ -370,7 +370,7 @@
},
{
"Key": "currentPokeballInv",
"Value": "寶貝球:{0} | 高級球:{1} | 超級球:{2} | 大師球:{3}\t\t\t\t"
"Value": "寶貝球:{0} | 超級球:{1} | 高級球:{2} | 大師球:{3}\t\t\t\t"
},
{
"Key": "CurrentPotionInv",
Expand Down Expand Up @@ -446,7 +446,7 @@
},
{
"Key": "catchStatusMissed",
"Value": "錯過"
"Value": "丟失"
},
{
"Key": "catchStatusSuccess",
Expand Down Expand Up @@ -743,7 +743,7 @@
},
{
"Key": "AccountBanned",
"Value": "Probably Permanent Ban!"
"Value": "此帳號可能已被永久停權!"
}
],
"PokemonStrings": [
Expand Down
4 changes: 2 additions & 2 deletions PoGo.NecroBot.CLI/ConsoleEventListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private static void HandleEvent(FortUsedEvent fortUsedEvent, ISession session)
: fortUsedEvent.Items;
Logger.Write(
session.Translation.GetTranslation(TranslationString.EventFortUsed, fortUsedEvent.Name, fortUsedEvent.Exp, fortUsedEvent.Gems,
itemString, fortUsedEvent.Latitude, fortUsedEvent.Longitude),
itemString, fortUsedEvent.Latitude, fortUsedEvent.Longitude, fortUsedEvent.Altitude),
LogLevel.Pokestop);
}

Expand Down Expand Up @@ -390,7 +390,7 @@ private static void HandleEvent(HumanWalkSnipeEvent ev, ISession session)
Logger.Write(session.Translation.GetTranslation(TranslationString.HumanWalkSnipeUpdate, ev.Pokemons.Count, 2, 3), LogLevel.Sniper, ConsoleColor.DarkMagenta);
break;
case HumanWalkSnipeEventTypes.PokestopUpdated:
Logger.Write(session.Translation.GetTranslation(TranslationString.HumanWalkSnipeAddedPokestop, ev.NearestDistane, ev.Pokestops.Count), LogLevel.Sniper, ConsoleColor.Yellow);
Logger.Write(session.Translation.GetTranslation(TranslationString.HumanWalkSnipeAddedPokestop, ev.NearestDistance, ev.Pokestops.Count), LogLevel.Sniper, ConsoleColor.Yellow);
break;

case HumanWalkSnipeEventTypes.NotEnoughtPalls:
Expand Down
8 changes: 4 additions & 4 deletions PoGo.NecroBot.CLI/PoGo.NecroBot.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="POGOProtos, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\POGOProtos.1.7.0\lib\net45\POGOProtos.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="S2Geometry, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\S2Geometry.1.0.3\lib\portable-net45+wp8+win8\S2Geometry.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -402,6 +398,10 @@
<Project>{0739E40D-C589-4AEB-93E5-EE8CD6773C60}</Project>
<Name>PoGo.NecroBot.Logic</Name>
</ProjectReference>
<ProjectReference Include="..\POGOProtos\POGOProtos\POGOProtos.csproj">
<Project>{a03a7bb2-4f0b-467b-84b2-9a76e6aae6fb}</Project>
<Name>POGOProtos</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
Expand Down
2 changes: 1 addition & 1 deletion PoGo.NecroBot.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private static void Main(string[] args)

ProgressBar.fill(100);

machine.AsyncStart(new VersionCheckState(), session);
machine.AsyncStart(new VersionCheckState(), session, subPath);

try
{ Console.Clear(); }
Expand Down
Loading

0 comments on commit 197f6f4

Please sign in to comment.