fixed another issue

This commit is contained in:
Bitl 2020-07-04 17:03:23 -07:00
parent ad10fc84d9
commit 125003bba9
2 changed files with 5 additions and 4 deletions

View File

@ -92,13 +92,13 @@ public class ClientScript
{ {
switch (GlobalVars.Custom_Icon_Offline) switch (GlobalVars.Custom_Icon_Offline)
{ {
case "BC:": case "BC":
return 1; return 1;
case "TBC:": case "TBC":
return 2; return 2;
case "OBC:": case "OBC":
return 3; return 3;
case "NBC:": case "NBC":
default: default:
return 0; return 0;
} }

View File

@ -56,6 +56,7 @@ public class ClientInfo
* reshade * reshade
* *
* change field names for all forms * change field names for all forms
* Rewrite client launching into one function.
*/ */
public class Config public class Config
{ {