Fixes gumps (#112)

This commit is contained in:
Kamron Batman 2020-04-25 11:09:12 -07:00 committed by GitHub
parent c116dff3e8
commit 3e715bcb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 48 deletions

View file

@ -108,7 +108,7 @@ namespace Server.Gumps
Add(new GumpGroup(group));
}
public void AddTooltip(int number, string args)
public void AddTooltip(int number, string args = null)
{
Add(new GumpTooltip(number, args));
}