Real control fix (#5787)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Sat, 20 May 2017 20:29:15 +0000 (22:29 +0200)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 20:29:15 +0000 (22:29 +0200)
commit90808a4f34dca379e872074bdfd472faf1c48cf3
treec98e0264a2d18f8106d6fde77c49ddb46e467dbf
parent358074b2960b369dfd248bd31e08db93e114a4aa
Real control fix (#5787)

* Allow enabling and disabling mods.

* Re-fix 605599b6f150b89ba6539c4d088231b326adcb48

This breaks some chars like € in chat.

Instead verify is char is a non control char -> iswcntrl
src/guiChatConsole.cpp
src/mods.cpp
src/mods.h
src/server.cpp