You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifnotvalueand (notparam.optionalorparam.optionalandarg) then
64
+
MSK.Logging('error', ("Command '%s' received an invalid %s for argument %s (%s), received '%s'^0"):format(MSK.String.Split(raw, '')[1] orraw, param.type, i, param.name, arg))
65
+
MSK.Notification('Command Error', ("Command '%s' received an invalid %s for argument %s (%s), received '%s'"):format(MSK.String.Split(raw, '')[1] orraw, param.type, i, param.name, arg), 'error')
ifnotvalueand (notparam.optionalorparam.optionalandarg) then
59
59
ifsource==0then
60
-
returnMSK.Logging('error', ("^1Command '%s' received an invalid %s for argument %s (%s), received '%s'^0"):format(MSK.String.Split(raw, '')[1] orraw, param.type, i, param.name, arg))
60
+
returnMSK.Logging('error', ("Command '%s' received an invalid %s for argument %s (%s), received '%s'^0"):format(MSK.String.Split(raw, '')[1] orraw, param.type, i, param.name, arg))
61
61
else
62
62
returnMSK.Notification(source, 'Command Error', ("Command '%s' received an invalid %s for argument %s (%s), received '%s'"):format(MSK.String.Split(raw, '')[1] orraw, param.type, i, param.name, arg), 'error')
0 commit comments