mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:51:01 +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.
|
// Gather nAcceptors by making two proposals with some gathering time, even without a claim.
|
||||||
|
print("EBL PROPOSE HAS BEEN COMMENTED OUT!");
|
||||||
// propose();
|
// propose();
|
||||||
return exports;
|
return exports;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
Script.include("../../libraries/virtualBaton.js?v2");
|
Script.include("../../libraries/virtualBaton.js?v2" + Math.random());
|
||||||
|
|
||||||
var baton;
|
var baton;
|
||||||
var iOwn = false;
|
var iOwn = false;
|
||||||
|
|
Loading…
Reference in a new issue