* Update to 1.10

* Update Libdisguises dependency
* Java 1.8 compile
* Code Cleanup
This commit is contained in:
Narimm 2016-07-06 12:39:40 +10:00
parent 0b801a70cb
commit fff8f3119a

View File

@ -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);
}
}
}