[jetrix-cvs] SF.net SVN: jetrix:[735] jetrix/branches/0.2.x/src/java/net/jetrix/commands /ModeComma
Brought to you by:
smanux
From: <sm...@us...> - 2008-08-22 14:56:51
|
Revision: 735 http://jetrix.svn.sourceforge.net/jetrix/?rev=735&view=rev Author: smanux Date: 2008-08-22 14:56:48 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Fixed the mode 4 that was causing a crash of the classic tnet client Modified Paths: -------------- jetrix/branches/0.2.x/src/java/net/jetrix/commands/ModeCommand.java Modified: jetrix/branches/0.2.x/src/java/net/jetrix/commands/ModeCommand.java =================================================================== --- jetrix/branches/0.2.x/src/java/net/jetrix/commands/ModeCommand.java 2008-08-22 14:55:50 UTC (rev 734) +++ jetrix/branches/0.2.x/src/java/net/jetrix/commands/ModeCommand.java 2008-08-22 14:56:48 UTC (rev 735) @@ -41,7 +41,7 @@ {10, 15, 15, 15, 15, 15, 15, 1, 1}, {20, 14, 13, 13, 13, 13, 14, 1, 0}, {10, 15, 15, 15, 15, 15, 15, 2, 1}, - {25, 10, 10, 10, 10, 10, 11, 1, 0}, + {25, 12, 13, 13, 12, 12, 13, 1, 0}, {0, 17, 17, 17, 16, 16, 17, 1, 0}, {100, 0, 0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 0, 50, 50, 0, 1, 1}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |