오타 수정
This commit is contained in:
parent
bc46c90fb2
commit
92fcfed38d
|
|
@ -31,7 +31,7 @@ namespace Server.Git
|
||||||
break;
|
break;
|
||||||
case "all":
|
case "all":
|
||||||
string name = sheets[m].name;
|
string name = sheets[m].name;
|
||||||
Dictionary<long, Dictionary<string, object>> clientSheet = new Dictionary<long, Dictionary<string, object>>(sheet.dicViewer);
|
Dictionary<long, Dictionary<string, object>> clientSheet = new Dictionary<long, Dictionary<string, object>>(sheets[m].dicViewer);
|
||||||
for (int i = 1; i < sheets[m].dataEnum.Count; i++)
|
for (int i = 1; i < sheets[m].dataEnum.Count; i++)
|
||||||
{
|
{
|
||||||
if (sheets[m].dataEnum[i] == "server")
|
if (sheets[m].dataEnum[i] == "server")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue