1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-28 09:54:52 +00:00

typo fixed

This commit is contained in:
Zeno Rogue 2024-12-22 21:36:01 +01:00
parent cf0245ab4f
commit d91d6e8a5a

View File

@ -1784,7 +1784,7 @@ EX void initConfig() {
param_f(anims::period, "animperiod");
param_b(unlock_all, "unlock_all")
-> editable("allow access to all unlockable contant", 'U');
-> editable("allow access to all unlockable content", 'U');
param_b(use_custom_land_list, "customland_use")->be_non_editable();
for(int i=0; i<landtypes; i++) {