Changeset 5b0945aa319ccc77534f61e37e7274425a938dc5

Show
Ignore:
Timestamp:
04/30/07 18:33:06 (2 years ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1177950786 +0200
git-parent:

[30323caec9834316b95a274126a66062fa8c59c6]

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

Sortierfunktionen in der Spielerliste gefixt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/net/driftingsouls/ds2/server/uilibs/PlayerList.java

    r167b39c r5b0945a  
    5555                } 
    5656                 
    57                 String url = Configuration.getSetting("URL")
     57                String url = Configuration.getSetting("URL")+"ds"
    5858                if( context.getRequest().getParameter("module") != null ) { 
    5959                        url += "?module="+context.getRequest().getParameter("module");