fix typo in expect() string

This commit is contained in:
Lion Kortlepel 2023-11-23 17:53:28 +01:00
parent 787f59ba46
commit 0f802e4021
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -161,7 +161,7 @@ impl Server {
let server_resource_folder = config.general
.get_server_resource_folder()
.expect("Failed to create the client resource folder");
.expect("Failed to create the server resource folder");
// Load existing plugins
let plugins = load_plugins(server_resource_folder);