Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit beba683

Browse files
Fix Server Issues
1 parent 823c6fa commit beba683

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

B3-0.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var ipfetcherurl = "https://api.ipify.org/";
4545

4646
// Get the server URL list
4747
try {
48-
fetch('https://mikedev101.github.io/cloudlink/serverlist.json').then(response => {
48+
fetch('https://cube-enix.github.io/serverlist.json').then(response => {
4949
return response.text();
5050
}).then(data => {
5151
servers = data;
@@ -78,8 +78,8 @@ class cloudlink {
7878
}
7979
getInfo() {
8080
return {
81-
id: 'cloudlink',
82-
name: 'CloudLink',
81+
id: 'snc',
82+
name: 'SN Online',
8383
blockIconURI: cl_block,
8484
menuIconURI: cl_icon,
8585
blocks: [
@@ -126,11 +126,11 @@ class cloudlink {
126126
}, {
127127
opcode: 'returnMOTD',
128128
blockType: Scratch.BlockType.REPORTER,
129-
text: 'Server MOTD',
129+
text: 'Server Message',
130130
}, {
131131
opcode: 'returnClientIP',
132132
blockType: Scratch.BlockType.REPORTER,
133-
text: 'My IP Address',
133+
text: 'IP Address',
134134
}, {
135135
opcode: 'returnVarData',
136136
blockType: Scratch.BlockType.REPORTER,

0 commit comments

Comments
 (0)