Skip to content

Commit 5ecefc0

Browse files
author
magiclu550
committed
[proxy] fix a bug
1 parent fc73dd4 commit 5ecefc0

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

jsmod2/PropertiesReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void create(string file)
4040

4141
public string get(string key)
4242
{
43-
if ((File.Exists(file))||!getA)
43+
if (!getA)
4444
{
4545
FileStream stream = new FileStream(file, FileMode.Open);
4646
byte[] bytes = new byte[stream.Length];

jsmod2/bin/Debug/jsmod2.pdb

0 Bytes
Binary file not shown.

jsmod2/obj/Debug/jsmod2.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)