Snaacky / dndserver

Dark and Darker private server implementation written in Python
The Unlicense
264 stars 60 forks source link

Give item console command is not working #236

Open itzandroidtab opened 1 year ago

itzandroidtab commented 1 year ago

The give console command does not work anymore. Command used /give koon Bandage others NONE 10. Also the functions in console.py should have type hinting like in #235.

image

When writing the command in full capitals it throws a exception on a different place (command used /give koon BANDAGE OTHERS NONE 10): image