fixed another issue
This commit is contained in:
parent
ad10fc84d9
commit
125003bba9
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue