Changeset 091d105794578a0a511f7bc3757c841859031b6d

Show
Ignore:
Timestamp:
08/04/07 13:20:37 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1186226437 +0200
git-parent:

[e194c56e3c8fb485594d6b4ab1d8239616cc5b18]

git-author:
Christopher Jung <bktheg@web.de> 1186226437 +0200
Message:

ArrayIndexOutOfBoundsException? gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/scripting/ScriptParser.java

    reaa5c82 r091d105  
    730730                                         
    731731                                        for( int i=args.length; i < command.length-1; i++ ) { 
    732                                                 args2[i] = args[command.length-1]; 
     732                                                args2[i] = args[args.length-1]; 
    733733                                        } 
    734734