Ignore:
Timestamp:
Sep 13, 2014, 12:55:47 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/NetConnections/Servers/Web/Web.cs

    r185 r190  
    128128                }
    129129
    130                 public void WriteToClient (string line)
     130                public void SendLine (string line)
    131131                {
    132132                        try {
     
    137137                }
    138138
    139                 public void WriteToClient_Single (string line, IConnection client)
     139                public void SendLog (string text, string trace, UnityEngine.LogType type)
    140140                {
    141                         try {
    142                                 //Log.Out ("NOT IMPLEMENTED: Web.WriteToClient_Single");
    143                         } catch (Exception e) {
    144                                 Log.Out ("Error in Web.WriteToClient_Single: " + e);
    145                         }
     141                        throw new System.NotImplementedException ();
    146142                }
    147143
Note: See TracChangeset for help on using the changeset viewer.