mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
84 stars 15 forks source link

[FIX] startup: Incorrect action for debug #28

Closed 0ddlyoko closed 3 years ago

0ddlyoko commented 3 years ago

Before this commit, the initial value of debug if --debug is not set was true

Now, the initial value is false and if we set --debug, the value is True