mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-16 23:55:23 +01:00
RegionStore.save(Region added[], Region updated[], Region removed[]) throws IOException as well.
This commit is contained in:
parent
386288b89a
commit
c864a1c252
@ -59,6 +59,6 @@ public interface RegionStore {
|
||||
* @param updated a list of regions that were updated
|
||||
* @param removed a list of regions that were removed
|
||||
*/
|
||||
void save(Region added[], Region updated[], Region removed[]);
|
||||
void save(Region added[], Region updated[], Region removed[]) throws IOException;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user