Skip to content

Commit

Permalink
Update the WebSocket URL and License info.
Browse files Browse the repository at this point in the history
  • Loading branch information
sys-256 committed Nov 28, 2021
1 parent d5ac8d2 commit 96014f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Hoiboy19
Copyright (c) 2021 Bram (sys-256)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ onmessage = (event) => {
const workerVer = event.data[2];

//makes a connection with the server
let socket = new WebSocket("wss://server.duinocoin.com:14808/");
let socket = new WebSocket("wss://magi.duinocoin.com:14808/");
//executes when the server sends a message
socket.onmessage = (event) => {
//this gets executed when the server sends something including "2.", which is the server version which it automattically sends
Expand Down

0 comments on commit 96014f5

Please sign in to comment.