diff --git a/html/index.html b/html/index.html
index 3060ffb..2ca5f06 100644
--- a/html/index.html
+++ b/html/index.html
@@ -86,7 +86,7 @@
methods: {
click_location: function(type, name) {
- if (type == "normal") {
+ if (type == "normal" || type == 'current') {
axios.post('https://qb-spawn/setCam', {
posname: name,
type: type,