fixed another issue
This commit is contained in:
parent
ad10fc84d9
commit
125003bba9
|
|
@ -92,13 +92,13 @@ public class ClientScript
|
|||
{
|
||||
switch (GlobalVars.Custom_Icon_Offline)
|
||||
{
|
||||
case "BC:":
|
||||
case "BC":
|
||||
return 1;
|
||||
case "TBC:":
|
||||
case "TBC":
|
||||
return 2;
|
||||
case "OBC:":
|
||||
case "OBC":
|
||||
return 3;
|
||||
case "NBC:":
|
||||
case "NBC":
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ public class ClientInfo
|
|||
* reshade
|
||||
*
|
||||
* change field names for all forms
|
||||
* Rewrite client launching into one function.
|
||||
*/
|
||||
public class Config
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue