Fix Jexius's font exploit.
This commit is contained in:
parent
0b6777ba85
commit
1cd0f4c74b
5 changed files with 25 additions and 1 deletions
11
TShockAPI/Resources.Designer.cs
generated
11
TShockAPI/Resources.Designer.cs
generated
|
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.235
|
||||
// Runtime Version:4.0.30319.1
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
|
@ -91,6 +91,15 @@ namespace TShockAPI {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
/// ¡¢£¤¥¦§¨©.
|
||||
/// </summary>
|
||||
internal static string mousefontchars {
|
||||
get {
|
||||
return ResourceManager.GetString("mousefontchars", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to #format
|
||||
///#ip group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue