"Unknown Source" in alias with error
LadyCailinBot opened this issue ยท 0 comments
CMDHELPER-3161 - Reported by Nessiesson
The following code:
*:"/pooop" = >>>cos(4 @t)<<<
issues a list of errors:
[07:41:16 INFO]: CH: Running original command from a MCCommandSender ----> /pooop
[07:41:16 ERROR]: [CommandHelper][ERROR][RUNTIME] Using undefined variable: @t C:\Users\nessi\Desktop\Testserver\plugins\CommandHelper\LocalPackages\source.msa:1
[07:41:16 INFO]: CastException: Expecting a number, but received "4 null" instead
<<main code>>:Unknown Source:0
The error and warning are to be expected, but the "Unknown Source" is ... strange.
In a non-alias context it can tell me what file the problem is in.