Changeset b61580f0ec8070f16a0f727927ad4f17ae5b93aa
- Timestamp:
- 09/14/07 22:04:52
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1189800292 +0200
- git-parent:
[2efc3b5099bbc5b39f8da1588e7334e2d4ddd113]
- git-author:
- Christopher Jung <bktheg@web.de> 1189800292 +0200
- Message:
Bootreihenfolge angepasst
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r087498f |
rb61580f |
|
| 23 | 23 | <boot class="net.driftingsouls.ds2.server.config.ResourceConfig" type="static" /> |
|---|
| 24 | 24 | <boot class="net.driftingsouls.ds2.server.config.ModuleSlots" type="static" /> |
|---|
| | 25 | <boot class="net.driftingsouls.ds2.server.config.Weapons" type="static" /> |
|---|
| 25 | 26 | <boot class="net.driftingsouls.ds2.server.config.Items" type="static" /> |
|---|
| 26 | | <boot class="net.driftingsouls.ds2.server.config.Weapons" type="static" /> |
|---|
| 27 | 27 | <boot class="net.driftingsouls.ds2.server.config.Medals" type="static" /> |
|---|
| 28 | 28 | <boot class="net.driftingsouls.ds2.server.config.Faction" type="static" /> |
|---|