Skip to content

Commit

Permalink
v0.4.12.5, Russian Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Jul 13, 2023
1 parent 894f651 commit 0fe494e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HEROsModNetwork/Network.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ public static void SendDataToAllHEROsModUsers()
{
a.Send(i);
}
catch (ObjectDisposedException e)
catch (ObjectDisposedException)
{
Console.WriteLine($"HERO's Mod: Resetting Player[{i}]");
Players[i].Reset();
Expand Down
2 changes: 1 addition & 1 deletion Localization/ru-RU.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ Mods: {
}
}
}
}
}
2 changes: 1 addition & 1 deletion Localization/zh-Hans.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ Mods: {
}
}
}
}
}
3 changes: 1 addition & 2 deletions build.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
author = HERO, jopojelly, Matt Thompson, Panini
version = 0.4.12.4
version = 0.4.12.5
versionScheme = ?.?.Fix.Quickfix
displayName = HERO's Mod
homepage = http://forums.terraria.org/index.php?threads/heros-mod-creative-mode-server-management-and-over-25-tools-1-3-1-1-compatible.44650/
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, tmod\*, ignore\*, ZVidBuild\*, Images\Old*, Images\AllIcons.psd, .git\*, LICENSE, .gitignore
includePDB = true
2 changes: 2 additions & 0 deletions description_workshop.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[img]https://i.imgur.com/W2c5CX6.gif[/img]

HERO's mod is a tools mod. It is a pick and choose server mod that allows you to decide how you want to run your world. You can turn on and off any features and you can allow different groups to use some but not all features. This tool has full group management with a GUI.

There are over 25 tools and many more in development. These tools aim to allow you to better manage a server without having to use slash commands in Terraria's chat. There is a full interface in game that you can use to preform actions.
Expand Down

0 comments on commit 0fe494e

Please sign in to comment.