mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
baton sound
This commit is contained in:
parent
adeaa9475e
commit
2dce75bfb0
2 changed files with 2 additions and 1 deletions
|
@ -373,6 +373,7 @@ function virtualBatonf(options) {
|
|||
};
|
||||
|
||||
// Gather nAcceptors by making two proposals with some gathering time, even without a claim.
|
||||
print("EBL PROPOSE HAS BEEN COMMENTED OUT!");
|
||||
// propose();
|
||||
return exports;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
(function() {
|
||||
Script.include("../../libraries/virtualBaton.js?v2");
|
||||
Script.include("../../libraries/virtualBaton.js?v2" + Math.random());
|
||||
|
||||
var baton;
|
||||
var iOwn = false;
|
||||
|
|
Loading…
Reference in a new issue