correção do bug de criação de inventario
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user