diff options
| author | troido <troido@protonmail.com> | 2020-09-26 14:05:14 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-26 14:05:14 +0200 |
| commit | 9b7e3d14b3f35163199ed704ae35544fa658931e (patch) | |
| tree | 9ad3623420f34b48f538ff2ceca6e3a277f16758 /src/util.rs | |
| parent | 450cf9331803532cb0e3a002fec17d12be18abd6 (diff) | |
spawned entities are now saved but not spawned again until removed
Diffstat (limited to 'src/util.rs')
| -rw-r--r-- | src/util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.rs b/src/util.rs index 02c282c..4dc9402 100644 --- a/src/util.rs +++ b/src/util.rs @@ -38,7 +38,6 @@ pub fn write_file_safe<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> } - #[macro_export] macro_rules! hashmap { ( $($key:expr => $value:expr ),* ) => {{ |
