correção do bug de criação de inventario

This commit is contained in:
2025-06-26 16:33:12 -03:00
parent 97a5c41d5f
commit bd4503ac37

View File

@@ -288,7 +288,7 @@ $(document).ready(function () {
});
$(".obs").on("click", function () {
const textToCopy = `${window.location.origin}/obs.html?id=1${playerID}`;
const textToCopy = `${window.location.origin}/obs.html?id=${playerID}`;
share(textToCopy);
});