code: don't import General

isolation_bkp/dynres
Dominik Madarász 2021-01-18 14:22:05 +01:00
parent 0f7179cb62
commit f5d313bc90
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ void network_server_update(void *data) {
}
uint64_t network_client_create(uint16_t peer_id) {
ECS_IMPORT(world_ecs(), General);
ECS_IMPORT(world_ecs(), Controllers);
ECS_IMPORT(world_ecs(), Net);