Skip to content

Commit

Permalink
🔖 v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Aug 1, 2017
1 parent 0e54f89 commit 3865f17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Script/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Server
public static List<User> v_user = new List<User>();
public static int userIdx = 0;
public static ManualResetEvent allDone = new ManualResetEvent(false);
public static string version = "1.2.1";
public static string version = "1.2.2";

/**
* @brief 초기화
Expand All @@ -28,7 +28,6 @@ public Server(int port)
WaitingSocket(port);
}


/**
* @brief 유저 제거
* @target 제거 대상
Expand Down

0 comments on commit 3865f17

Please sign in to comment.