Merge remote branch 'upstream/master' into HEAD
This commit is contained in:
commit
73825b4558
2 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ public class JsonFileClientUpdateComponent extends ClientUpdateComponent {
|
|||
public void triggered(JSONObject t) {
|
||||
s(t, "jsonfile", true);
|
||||
s(t, "allowwebchat", allowwebchat);
|
||||
|
||||
// For 'sendmessage.php'
|
||||
s(t, "webchat-interval", configuration.getFloat("webchat-interval", 5.0f));
|
||||
}
|
||||
});
|
||||
plugin.events.addListener("initialized", new Event.Listener<Object>() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue