mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 05:50:41 +02:00
add semi-colons to bat.js
This commit is contained in:
parent
4986ff552c
commit
244fd86d1e
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Script.include("pitching.js");
|
|||
}
|
||||
pitchingMachine.start();
|
||||
MyAvatar.shouldRenderLocally = false;
|
||||
}
|
||||
};
|
||||
|
||||
this.startNearGrab = function() {
|
||||
// send the avatar to the baseball location so that they're ready to bat
|
||||
|
@ -32,7 +32,7 @@ Script.include("pitching.js");
|
|||
|
||||
this.continueNearGrab = function() {
|
||||
pitchAndHideAvatar()
|
||||
}
|
||||
};
|
||||
|
||||
this.releaseGrab = function() {
|
||||
if (pitchingMachine) {
|
||||
|
|
Loading…
Reference in a new issue