Ignore:
Timestamp:
Jan 19, 2019, 6:12:21 PM (6 years ago)
Author:
alloc
Message:

Fixed game version compatibility of GamePrefs
Code style cleanup (mostly argument names)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/ConnectionHandler.cs

    r332 r351  
    4141                }
    4242
    43                 public void SendLine (string line) {
     43                public void SendLine (string _line) {
    4444                        foreach (KeyValuePair<string, WebConnection> kvp in connections) {
    45                                 kvp.Value.SendLine (line);
     45                                kvp.Value.SendLine (_line);
    4646                        }
    4747                }
Note: See TracChangeset for help on using the changeset viewer.