MT-CTF / capturetheflag

Capture the Flag game using the Minetest Voxel Engine
https://ctf.rubenwardy.com
81 stars 88 forks source link

Adding a command that prints the current mode: `/mode` #1188

Closed src4026 closed 1 year ago

src4026 commented 1 year ago

Note the changes I made. I only thought of listing the matches played when I reviewed this though

I just noticed them. Also what does the HumanReadable() do?

LoneWolfHT commented 1 year ago

I just noticed them. Also what does the HumanReadable() do?

It changes things like nade_fight into Nade Fight

src4026 commented 1 year ago

Well, I had one small reason for keeping it like that, however the Human Readable one is better anyways :shrug:. :+1:

LoneWolfHT commented 1 year ago

Well, I had one small reason for keeping it like that, however the Human Readable one is better anyways 🤷. 👍

I expect people who need the technical name to know how to convert it, but the technical name could be added in parenthesis after it I guess