FrozenSand/ioq3-for-UrbanTerror-4

Forcesub bug

joesitton opened this issue · 1 comments

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"

Fixed, thanks!