View Single Post
Old 02-18-2013, 04:29 PM   PM User | #2
Lerura
Regular Coder

 
Lerura's Avatar
 
Join Date: Aug 2005
Location: Denmark
Posts: 869
Thanks: 0
Thanked 112 Times in 111 Posts
Lerura will become famous soon enough
The function ModelPanel contains the line:
Code:
var mute = true;
Try changing it to
Code:
var mute = false;
Lerura is offline   Reply With Quote