forked from woggioni/rbcs
fixed XML error handler for server command
This commit is contained in:
@@ -19,7 +19,6 @@ import org.w3c.dom.TypeInfo
|
||||
import java.nio.file.Paths
|
||||
|
||||
object Parser {
|
||||
|
||||
fun parse(document: Document): Configuration {
|
||||
val root = document.documentElement
|
||||
val anonymousUser = User("", null, emptySet())
|
||||
|
||||
Reference in New Issue
Block a user