mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove outdated comment
This commit is contained in:
parent
7585c8dcc1
commit
e1bfa6c7e2
@ -492,7 +492,6 @@ impl LoadoutBuilder {
|
||||
_ => None,
|
||||
};
|
||||
|
||||
// closures can't be used here, because it moves value
|
||||
if let Some(chest) = chest {
|
||||
self.chest(Some(Item::new_from_asset_expect(chest)))
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user