Changeset 418ace2 in galcon-server for src/GameServer.java
- Timestamp:
- Jun 24, 2010, 12:06:53 AM (15 years ago)
- Branches:
- master
- Parents:
- 34ccb37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/GameServer.java
r34ccb37 r418ace2 16 16 17 17 public void addConnection(Socket clientSocket) { 18 Connection temp = new Connection(clientSocket,"noob" );18 Connection temp = new Connection(clientSocket,"noob",1); 19 19 temp.start(); 20 20 connections.add(temp);
Note:
See TracChangeset
for help on using the changeset viewer.