Changeset 8da6a303b16da033251e035d32e9b77fb5d38e33
- 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
| r177e8e0 |
r8da6a30 |
|
| 271 | 271 | ResourceID resid = null; |
|---|
| 272 | 272 | try { |
|---|
| 273 | | Resources.fromString(command[2]); |
|---|
| | 273 | resid = Resources.fromString(command[2]); |
|---|
| 274 | 274 | } |
|---|
| 275 | 275 | catch( RuntimeException e ) { |
|---|