From 9b7e3d14b3f35163199ed704ae35544fa658931e Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 14:05:14 +0200 Subject: spawned entities are now saved but not spawned again until removed --- src/util.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.rs') 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, C: AsRef<[u8]>>(path: P, contents: C) -> } - #[macro_export] macro_rules! hashmap { ( $($key:expr => $value:expr ),* ) => {{ -- cgit