sdg
This commit is contained in:
parent
95a09043f5
commit
4f003b98f9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ window.addEventListener('mousedown', mouseDown);
|
||||||
window.addEventListener('mouseup', mouseUp);
|
window.addEventListener('mouseup', mouseUp);
|
||||||
|
|
||||||
function copy() {
|
function copy() {
|
||||||
let addr = 'play.dervland.net:7777';
|
let addr = 'play.dervland.net';
|
||||||
navigator.clipboard.writeText(addr);
|
navigator.clipboard.writeText(addr);
|
||||||
alert(addr);
|
alert(addr);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue