mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
fix typo in expect() string
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user