mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-11 09:10:06 +00:00
14 lines
252 B
JavaScript
14 lines
252 B
JavaScript
|
// Write loginInfo.php, assetInfo.php, etc.
|
||
|
function setGameInfo(uuid) {
|
||
|
|
||
|
}
|
||
|
|
||
|
function connectToServer() {
|
||
|
stopEasterEggs();
|
||
|
$('#of-serverselector').fadeOut('slow', function() {
|
||
|
setTimeout(function(){
|
||
|
launchGame();
|
||
|
}, 200);
|
||
|
});
|
||
|
}
|