Fixes to cloning. Revert.

This commit is contained in:
quotefox
2019-12-03 03:48:56 +00:00
parent aaeca40d3f
commit 816ce5b8fe
12 changed files with 20 additions and 11 deletions
+1
View File
@@ -47,3 +47,4 @@
#define LOGSRC_CLIENT "Client"
#define LOGSRC_MOB "Mob"
+1
View File
@@ -103,3 +103,4 @@
//these flags are used to tell the DNA modifier if a plant gene cannot be extracted or modified.
#define PLANT_GENE_REMOVABLE (1<<0)
#define PLANT_GENE_EXTRACTABLE (1<<1)