Fix arguments on socket

This commit is contained in:
Cryptkeeper 2015-11-30 18:12:26 -06:00
parent 6441eadae6
commit 48ae76f623

@ -171,9 +171,9 @@ function safeName(name) {
$(document).ready(function() {
var socket = io.connect({
'reconnect': true,
'reconnection delay': 1000,
'max reconnection attempts': 10
reconnect: true,
reconnectDelay: 1000,
reconnectionAttempts: 10
});
var mojangServicesUpdater;