forked from 2009Scape/Server
Updated documentation to reference new server config file type
This commit is contained in:
parent
14528411a7
commit
4390372879
2 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ import java.io.FileReader
|
|||
import kotlin.system.exitProcess
|
||||
|
||||
/**
|
||||
* Class for parsing the server config, I.E default.json
|
||||
* Class for parsing the server config, I.E default.conf
|
||||
* @param path the path to the JSON file to parse.
|
||||
* @author Ceikry
|
||||
*/
|
||||
|
|
@ -68,4 +68,4 @@ class ManagementConfigParser(path: String) {
|
|||
|
||||
return pathProduct
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue