FrozenSand / ioq3-for-UrbanTerror-4

The officially supported ioquake3 engine by the Frozen Sand Development Team for the game Urban Terror 4.x
http://www.urbanterror.info
GNU General Public License v2.0
148 stars 65 forks source link

Forcesub bug #42

Closed joesitton closed 10 years ago

joesitton commented 10 years ago

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 10 years ago

Fixed, thanks!