Minor TS3 issues fixed (#434)
* Using the TS3 image instead of the TS2 image
TS3 protocol was using TS2 image for the 'map' image in game monitor, now using the existing teamspeak3.png image which is a duplicate of ts2.png (previously used), but it makes more sense to use the good one. Another issue I noticed it that it also use the wrong icon when starting
* Fixing the unknown_icon.gif problem
in the transition page after clicking Start Server for a Teamspeak3 server, the server icons appear as https://github.com/OpenGamePanel/OGP-Website/blob/master/protocol/lgsl/other/icon_unknown.gif instead of https://github.com/OpenGamePanel/OGP-Website/blob/master/images/icons/ts3.png
This seems to fix it apparently.