spacing fix attempt

This commit is contained in:
ericrius1 2016-04-06 11:30:29 -07:00
parent 2be2f940ea
commit 0e08b15db7
2 changed files with 18 additions and 19 deletions

View file

@ -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');

View file

@ -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.");
};