peter-kish / gloot

A universal inventory system for the Godot game engine.
MIT License
561 stars 20 forks source link

Fixed the issue where asserts do not execute in the release version of the game #221

Closed Achang0611 closed 2 months ago

Achang0611 commented 2 months ago

This branch only fixes the code with functional functions executed inside asserts, such as add_item and remove_item. It does not include null checks or has_item checks.