more optimizations

This commit is contained in:
zefie
2025-08-11 15:18:58 -04:00
parent 6c32fc4190
commit 9c02abd7e1
30 changed files with 57 additions and 57 deletions

View File

@@ -143,7 +143,7 @@ if (session_data.data_store.wtvsec_login) {
break;
}
if (socket.ssid.substr(0, 8) == "MSTVSIMU") {
if (socket.ssid.slice(0, 8) == "MSTVSIMU") {
prereg_contype = "text/dialscript";
var file_path = wtvshared.getServiceDep("/wtv-1800/tellyscripts/UTV/utv_hsd.tok", true);
}