This commit is contained in:
biglyderv 2025-02-08 01:04:40 -05:00
parent 95a09043f5
commit 4f003b98f9
Signed by: biglyderv
GPG key ID: 1398543B9746192C

View file

@ -136,7 +136,7 @@ window.addEventListener('mousedown', mouseDown);
window.addEventListener('mouseup', mouseUp);
function copy() {
let addr = 'play.dervland.net:7777';
let addr = 'play.dervland.net';
navigator.clipboard.writeText(addr);
alert(addr);
}