Forcesub bug
joesitton opened this issue · 1 comments
joesitton commented
When using the forcesub
command, an 8
gets printed instead of clearskies was forced to be a substitute for Blue
. This happens because print
is being sent instead of ccprint
.
What is sent:
print "8" "clearskies" "2"
What should be sent:
ccprint "8" "clearskies" "2"
Barbatos commented
Fixed, thanks!