Dumb question :\ #138


  • New
  • Defect
Open
Assigned to bob7l
  • _ForgeUser20518740 created this issue Jun 7, 2016

    Sorry for stupid dumb question, but does it have any effect, if i replace some modules string in config file with YAML syntax ??

    For example:

    Default:
    --1. 'settings'
    ------1.1
    ------1.2

    --2. 'ram-meter'
    ------2.1
    ------2.2

    --3. 'player-speed-limiter'
    ------3.1
    ------3.2

    And after replace:
    --3. 'player-speed-limiter'
    ------3.2
    ------3.1

    --1. 'settings'
    ------1.2
    ------1.1

    --2. 'ram-meter'
    ------2.2
    ------2.1

  • _ForgeUser20518740 added the tags New Defect Jun 7, 2016
  • _ForgeUser20518740 edited description Jun 7, 2016
  • bob7l posted a comment Jun 8, 2016

    I don't exactly know what you're talking about. Please post your modified config on pastebin.

  • _ForgeUser20518740 posted a comment Jun 9, 2016

    Look, this is a default config example http://pastebin.com/JNgdFSxt And this is modified http://pastebin.com/CsaGexAU

    Is there any difference between these two configs? Or in YAML important only spaces and no metter the order of elements ??

  • bob7l posted a comment Jun 9, 2016

    @Kixot14: Go

    YAML configurations are interpreted and then loaded into memory. So it doesn't matter what order the elements are in.


    Edited Jun 10, 2016

To post a comment, please login or register a new account.