Client/resources/app/files/assets/js/serverselector.js

14 lines
252 B
JavaScript
Raw Normal View History

// Write loginInfo.php, assetInfo.php, etc.
function setGameInfo(uuid) {
}
function connectToServer() {
stopEasterEggs();
$('#of-serverselector').fadeOut('slow', function() {
setTimeout(function(){
launchGame();
}, 200);
});
}