mirror of
https://github.com/lubosz/overte.git
synced 2025-05-28 03:51:29 +02:00
spacing fix attempt
This commit is contained in:
parent
2be2f940ea
commit
0e08b15db7
2 changed files with 18 additions and 19 deletions
|
@ -71,7 +71,6 @@
|
|||
|
||||
_this.leaveEntity = function(entityID) {
|
||||
print('EBL I am outsidee');
|
||||
panel.destroy();
|
||||
AudioDevice.setReverb(false);
|
||||
print("Reverb is OFF.");
|
||||
// Messages.sendMessage('PlayBackOnAssignment', 'BowShootingGameWelcome');
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
};
|
||||
|
||||
_this.leaveEntity = function(entityID) {
|
||||
print('EBL I am outsidee');
|
||||
print('EBL I am outside');
|
||||
AudioDevice.setReverb(false);
|
||||
print("Reverb is OFF.");
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue