diff options
| author | troido <troido@protonmail.com> | 2020-03-03 14:55:45 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 14:55:45 +0100 |
| commit | c51585be254795be90626dbc376663b1be8b5bf5 (patch) | |
| tree | f172d05e4ef3c9df62006c627f3f53bc4176985f /src/components/mod.rs | |
| parent | c30c92c23a269e5ff28946d3522e68338696ac94 (diff) | |
dummies respawn too; fixed problems with respawn delay
Diffstat (limited to 'src/components/mod.rs')
| -rw-r--r-- | src/components/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs index 8777d37..96261c7 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -204,7 +204,7 @@ pub struct Spawner { pub delay: i64, pub clan: Clan, pub template: Template, - pub last_spawn: Timestamp + pub last_spawn: Option<Timestamp> } #[derive(Component, Debug, Clone, PartialEq, Eq, Hash)] |
