Class ClientGameConfiguration

java.lang.Object
games.stendhal.client.update.ClientGameConfiguration

public class ClientGameConfiguration extends Object
read the configuration file for the client.
Author:
hendrik
  • Method Details

    • get

      public static String get(String key)
      gets a configuration value, in case it is undefined, the default of game-default.properties is returned. If this is undefined, too, the return value is null
      Parameters:
      key - key
      Returns:
      configured value