Changeset 8da6a303b16da033251e035d32e9b77fb5d38e33

Show
Ignore:
Timestamp:
12/23/07 11:50:37 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1198407037 +0100
git-parent:

[963047cc0d767cbbeff9685ea038752ca4f6dae3]

git-author:
Christopher Jung <bktheg@web.de> 1198407037 +0100
Message:

AdminCmd? addResource gefixt

Files:

Legend:

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

    r177e8e0 r8da6a30  
    271271                ResourceID resid = null; 
    272272                try { 
    273                         Resources.fromString(command[2]); 
     273                        resid = Resources.fromString(command[2]); 
    274274                } 
    275275                catch( RuntimeException e ) {