* Update to 1.10
* Update Libdisguises dependency * Java 1.8 compile * Code Cleanup
This commit is contained in:
parent
0b801a70cb
commit
fff8f3119a
@ -185,7 +185,7 @@ public class MessageM {
|
||||
}
|
||||
|
||||
public static String TAG() {
|
||||
return W.config.get(ConfigC.chat_header) + W.config.get(ConfigC.chat_tag) + W.config.get(ConfigC.chat_normal);
|
||||
return (String)W.config.get(ConfigC.chat_header) + W.config.get(ConfigC.chat_tag) + W.config.get(ConfigC.chat_normal);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user