mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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