mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
R28_dev1 - Turkish weather bug fix, .rel progress
This commit is contained in:
+3
-2
@@ -21,11 +21,12 @@ namespace CodeWalker
|
||||
{
|
||||
foreach (string arg in args)
|
||||
{
|
||||
if (arg.ToLower() == "menu")
|
||||
string argl = arg.ToLowerInvariant();
|
||||
if (argl == "menu")
|
||||
{
|
||||
menumode = true;
|
||||
}
|
||||
if (arg.ToLower() == "explorer")
|
||||
if (argl == "explorer")
|
||||
{
|
||||
explorermode = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user