Changeset 09ddb1f50b8ae0388d6e9711aaec53a09564d528

Show
Ignore:
Timestamp:
09/08/07 22:07:14 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1189282034 +0200
git-parent:

[1b56016a43deaeeaf9dc1571a83f7bb75913900e]

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

NPCScripte: Behandlung des NPCScript-Flags gefixt

Files:

Legend:

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

    re87da2b r09ddb1f  
    6666                ScriptParser scriptparser = getContext().get(ContextCommon.class).getScriptParser(ScriptParser.NameSpace.ACTION); 
    6767                 
    68                 List<User> users = getContext().query("from User where locate('execnotes',flags)=0", User.class); 
     68                List<User> users = getContext().query("from User where locate('execnotes',flags)!=0", User.class); 
    6969                for( User user : users ) { 
    7070                        if( !user.hasFlag( User.FLAG_SCRIPT_DEBUGGING ) ) {