mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
fix typo in expect() string
This commit is contained in:
parent
787f59ba46
commit
0f802e4021
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user