mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 04:42:20 +02:00
release
This commit is contained in:
parent
7579102b1a
commit
aa742a50ca
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@
|
|||
_this.continueEquip(entityID, args);
|
||||
},
|
||||
|
||||
releaseGrab:function(){
|
||||
_this.releaseEquip();
|
||||
releaseGrab:function(entityID, args){
|
||||
_this.releaseEquip(entityID, args);
|
||||
},
|
||||
|
||||
startEquip: function(entityID, args) {
|
||||
|
|
Loading…
Reference in a new issue