Changeset 8806ccd37ab181d04f0d5aa7db1d42e09871d3cd
- Timestamp:
- 10/21/07 22:00:14
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1192996814 +0200
- git-parent:
[4a59b2a723fe8a16f2a69e1c97367fef08b16858]
- git-author:
- Christopher Jung <bktheg@web.de> 1192996814 +0200
- Message:
NullPointerException? gefixt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra9dc393 |
r8806ccd |
|
| 1816 | 1816 | if( executeScripts ) { |
|---|
| 1817 | 1817 | String onendhandler = this.onend; |
|---|
| 1818 | | if( onendhandler.length() > 0 ) { |
|---|
| | 1818 | if( (onendhandler != null) && (onendhandler.length() > 0) ) { |
|---|
| 1819 | 1819 | ScriptParser scriptparser = context.get(ContextCommon.class).getScriptParser(ScriptParser.NameSpace.QUEST); |
|---|
| 1820 | 1820 | if( context.getActiveUser() != null ) { |
|---|