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/GetGamePrefs.cs

    r103 r107  
    6565                                }
    6666                                foreach (string s in sortedList.Keys) {
    67                                         m_Console.md000a (sortedList [s]);
     67                                        m_Console.SendResult (sortedList [s]);
    6868                                }
    6969                        } else {
    7070                                if (prefAccessAllowed (enumGamePrefs))
    71                                         m_Console.md000a (string.Format ("{0} = {1}", enumGamePrefs, GamePrefs.GetObject (enumGamePrefs)));
     71                                        m_Console.SendResult (string.Format ("{0} = {1}", enumGamePrefs, GamePrefs.GetObject (enumGamePrefs)));
    7272                                else
    73                                         m_Console.md000a ("Access to requested preference is forbidden");
     73                                        m_Console.SendResult ("Access to requested preference is forbidden");
    7474                        }
    7575                } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.