Changeset 1bca9d589a36cc6e202ca2f0e977f47b19627754

Show
Ignore:
Timestamp:
06/28/08 13:40:40 (4 months ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1214653240 +0200
git-parent:

[0e84f0aa43b80052e158e2c190490d811bd9395b]

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

[bug] Transaktionsverhalten des Forschungsticks gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/tick/regular/ForschungsTick.java

    r0ec8fa9 r1bca9d5  
    7979                                 
    8080                                getContext().commit(); 
    81                                 db.clear(); 
     81                                db.evict(fz); 
     82                                db.evict(base); 
    8283                        } 
    8384                        catch( RuntimeException e ) {