make clippy happy

Delete glider.ron
This commit is contained in:
Monty Marz
2020-10-07 02:23:20 +00:00
parent 613b3b103f
commit 2b800a2b63
467 changed files with 1980 additions and 1011 deletions

View File

@ -30,7 +30,9 @@ pub enum GroupManip {
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub enum ControlEvent {
ToggleLantern,
//ToggleLantern,
EnableLantern,
DisableLantern,
Mount(Uid),
Unmount,
InventoryManip(InventoryManip),