Fixed a whoops

This commit is contained in:
Garbage Mule
2011-06-12 05:56:44 +02:00
parent aee63b2463
commit 6e72e4e83a
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
@@ -54,7 +54,7 @@ public class MADisconnectListener extends PlayerListener
{
public void run()
{
MAUtils.checkForUpdates(p, true);
MAUtils.checkForUpdates(p, false);
}
}, 100);
}