это не нужно

This commit is contained in:
DBotThePony 2023-02-08 18:12:09 +07:00
parent 3275bb1087
commit bc14589551
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1,8 +0,0 @@
package ru.dbotthepony.kstarbound.defs
fun ensureAbsolutePath(path: String, parent: String): String {
if (path[0] == '/')
return path
return "$parent/$path"
}