Update index.ts

This commit is contained in:
q13x 2023-07-03 13:16:24 -08:00 committed by GitHub
parent c1cab37c8a
commit 89914f1296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,4 +54,7 @@ logger.info("Redirecting backend server IP... (this is required for the plugin t
CONFIG.adapter.server = {
host: config.bindInternalServerIp,
port: config.bindInternalServerPort
}
}
CONFIG.adapter.motd = {
l1: Enums.ChatColor.GOLD + "EaglerProxy as a Service"
}