mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 14:15:24 +00:00
Add place ID blacklist config (#1021)
This commit is contained in:
@@ -208,6 +208,10 @@ impl ServeSession {
|
||||
self.root_project.serve_place_ids.as_ref()
|
||||
}
|
||||
|
||||
pub fn blocked_place_ids(&self) -> Option<&HashSet<u64>> {
|
||||
self.root_project.blocked_place_ids.as_ref()
|
||||
}
|
||||
|
||||
pub fn serve_address(&self) -> Option<IpAddr> {
|
||||
self.root_project.serve_address
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user