fuck
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
hiscores.json
|
||||
loscores.json
|
||||
pingscores.json
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -39,7 +39,7 @@
|
||||
const regex = new RegExp("^[a-zA-Z0-9_-]+$");
|
||||
let name = validate_data(prompt("Nickname for the leaderboard"));
|
||||
console.log(name)
|
||||
const ws = new WebSocket('ws://localhost:8084/ws');
|
||||
const ws = new WebSocket('ws://deadvey.com:8084/ws');
|
||||
ws.onopen = (event) => {
|
||||
ws.send(name);
|
||||
};
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
const ws = new WebSocket('ws://localhost:8084/ws');
|
||||
const ws = new WebSocket('ws://deadvey.com:8084/ws');
|
||||
const regex = new RegExp("^[a-zA-Z0-9_-]+$");
|
||||
ws.onopen = (event) => {
|
||||
ws.send("");
|
||||
|
||||
Reference in New Issue
Block a user