mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
allow quick spawn with doubleclick (#23851)
This commit is contained in:
@@ -65,4 +65,10 @@
|
||||
|
||||
populateList(filtered);
|
||||
}
|
||||
|
||||
function quickSpawn() {
|
||||
document.spawner.submit();
|
||||
}
|
||||
|
||||
document.getElementById('object_list').ondblclick = quickSpawn;
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user