typo
This commit is contained in:
parent
43beb99cb7
commit
7c56524a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ namespace TShockAPI
|
||||||
public static void ShowFileToUser(int ply, string file)
|
public static void ShowFileToUser(int ply, string file)
|
||||||
{
|
{
|
||||||
string foo = "";
|
string foo = "";
|
||||||
TextReader tr = new StreamReader(Path.Combine(TShock.SavePath + file));
|
TextReader tr = new StreamReader(Path.Combine(TShock.SavePath, file));
|
||||||
while ((foo = tr.ReadLine()) != null)
|
while ((foo = tr.ReadLine()) != null)
|
||||||
{
|
{
|
||||||
foo = foo.Replace("%map%", Main.worldName);
|
foo = foo.Replace("%map%", Main.worldName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue