diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 23:11:42 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-02 23:11:42 +0100 |
commit | ed78baff64fe45479ca6c480d985ce0f9c0c9515 (patch) | |
tree | b3224d0d01dc0c563c8e49751c628994b66f58b6 /backend/ObjectFactory.h | |
parent | 07b8a5b0baed8c7b23681c99f25f297045945bfc (diff) |
more bug fixes
Diffstat (limited to 'backend/ObjectFactory.h')
-rw-r--r-- | backend/ObjectFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ObjectFactory.h b/backend/ObjectFactory.h index 735ac1f..1578198 100644 --- a/backend/ObjectFactory.h +++ b/backend/ObjectFactory.h @@ -9,7 +9,7 @@ struct UniversalObject { String description; String type; Range<int> value; - int protection; + unsigned int protection; }; class ObjectFactory { |