-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ead668
commit 426e2d8
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Sync | ||
|
||
Sync is a [EuroScope](https://www.euroscope.hu/wp/) plugin that allows easy synchronization of the departure list between controllers. | ||
|
||
By default, EuroScope only synchronizes changes to controllers that are online at the given moment. For everyone connecting later, | ||
all clearance received flags and ground statuses have to be manually set again to achieve synchronization. | ||
|
||
Sync addresses this nuisance by keeping track of all default EuroScope and [Ground Radar Plugin](https://vatsim-scandinavia.org/forums/topic/3462-ground-radar-plugin-15/) | ||
statuses and introduces a new command called `.sync` that forces automatic re-synchronization of the departure list. | ||
|
||
## Usage | ||
`.sync <Airport ICAO>` - Synchronizes the departure list for the specified airport. | ||
|
||
## License | ||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |