Vadim Peretokin

Results 947 comments of Vadim Peretokin

I reckon we could merge this in.

`icacls` doesn't seem to work either despite it saying it did. Here is an example in trying to make a file be readable only by the current user: ``` runneradmin@fv-az1434-66...

Running icacls within powershell.exe in a bash shell did the job.

It's also an issue that really long English words overflow as well and aren't broken up.

Something didn't work here automatically, so doing this manually - /tip @Harrison-Teeg $100

It could be something to do with this code: ```lua mmp.echo("We got outside - going to shortcut with travel device.") if mmp.speedWalk.type == "room" then mmp.gotoRoom(mmp.speedWalkPath[#mmp.speedWalkPath]) else mmp.gotoAreaID(getRoomArea(mmp.speedWalkPath[#mmp.speedWalkPath])) end ```...