(init_server): Remove ef_load() call.
New function not ready yet, incorrectly checked-in.
This commit is contained in:
parent
d85323c476
commit
9200b7f84b
1 changed files with 0 additions and 2 deletions
|
@ -267,8 +267,6 @@ init_server(void)
|
||||||
global_init();
|
global_init();
|
||||||
shutdown_init();
|
shutdown_init();
|
||||||
player_init();
|
player_init();
|
||||||
if (ef_load() < 0)
|
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
ef_init_srv();
|
ef_init_srv();
|
||||||
init_files();
|
init_files();
|
||||||
io_init();
|
io_init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue