mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Silly bugfix
This commit is contained in:
parent
ce79504f03
commit
89e52561e3
2 changed files with 2 additions and 1 deletions
|
@ -681,10 +681,10 @@
|
|||
removeOverlays();
|
||||
break;
|
||||
case 'sendMoney_sendPublicly':
|
||||
deleteSendMoneyParticleEffect();
|
||||
sendMoneyRecipient = message.recipient;
|
||||
var amount = message.amount;
|
||||
var props = SEND_MONEY_PARTICLE_PROPERTIES;
|
||||
deleteSendMoneyParticleEffect();
|
||||
props.parentID = MyAvatar.sessionUUID;
|
||||
props.position = MyAvatar.position;
|
||||
props.position.y += 0.2;
|
||||
|
|
|
@ -578,6 +578,7 @@ var selectionDisplay = null; // for gridTool.js to ignore
|
|||
case 'refreshConnections':
|
||||
case 'enable_ChooseRecipientNearbyMode':
|
||||
case 'disable_ChooseRecipientNearbyMode':
|
||||
case 'sendMoney_sendPublicly':
|
||||
// NOP
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue