mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
* changed GUI to indicate Minetest Δ
This commit is contained in:
parent
1f243e54b4
commit
13b2bad54b
2 changed files with 3 additions and 3 deletions
|
@ -166,8 +166,8 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
|
|||
);*/
|
||||
|
||||
std::ostringstream os;
|
||||
os<<"Minetest-c55\n";
|
||||
os<<"by Perttu Ahola\n";
|
||||
os<<"Minetest-delta\n";
|
||||
os<<"by Perttu Ahola and contributors\n";
|
||||
os<<"celeron55@gmail.com\n";
|
||||
os<<BUILD_INFO<<"\n";
|
||||
os<<"ud_path = "<<wrap_rows(porting::path_userdata, 20)<<"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue