Fixes release build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2023-01-07 13:33:11 +01:00
parent 54f19cf73e
commit fb98798046
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ mod implementation {
fn priority(&self) -> i8 {
unsafe { turn_choice_move_priority(self.base().reference().into()) }
}
fn move_script(&self) -> Option<&Box<dyn Script>> {
fn move_script<'a>(&self) -> Option<&'a Box<dyn Script>> {
unsafe { turn_choice_move_script(self.base().reference().into()).as_ref() }
}
}