CC: Tweaked

CC: Tweaked

42M Downloads

Closing a closed file throws java error

JakobDev opened this issue ยท 0 comments

commented

When you try to close a file, that is already closed, you will get a java error. I think it's better to throw a LUA error like "File is already closed" or something else.
Bug