Ignore:
Timestamp:
Jul 26, 2014, 4:41:11 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/TelnetCommands/GetTime.cs

    r103 r107  
    2828                        }
    2929                        int min = (int)(time % 1000) * 60 / 1000;
    30                         m_Console.md000a (String.Format ("Day {0}, {1:00}:{2:00} ", day, hour, min));
     30                        m_Console.SendResult (String.Format ("Day {0}, {1:00}:{2:00} ", day, hour, min));
    3131                } catch (Exception e) {
    3232                        Log.Out ("Error in GetTime.Run: " + e);
Note: See TracChangeset for help on using the changeset viewer.