Removes literal variables (#257)

This commit is contained in:
Kamron Batman 2020-09-18 18:41:26 -07:00 committed by GitHub
parent 580da8a0cc
commit 4d6e584b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
359 changed files with 1306 additions and 1306 deletions

View file

@ -315,7 +315,7 @@ namespace Server.Gumps
from.CloseGump<RunebookGump>();
if (!Core.ML)
{
@from.SendGump(new RunebookGump(@from, Book));
from.SendGump(new RunebookGump(from, Book));
}
}
else