Skip to content

Commit

Permalink
Set bad_net_bullet_fix option to enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Jun 20, 2015
1 parent ff8cf6a commit bf627a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTA10_Server/mods/deathmatch/logic/CMainConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ const std::vector < SIntSetting >& CMainConfig::GetIntSettingList ( void )
{ false, false, 0, 1, 2, "compact_internal_databases", &m_iCompactInternalDatabases, NULL },
{ true, true, 0, 1, 2, "minclientversion_auto_update", &m_iMinClientVersionAutoUpdate, NULL },
{ true, true, 0, 0, 100, "server_logic_fps_limit", &m_iServerLogicFpsLimit, NULL },
{ true, true, 0, 0, 1, "bad_net_bullet_fix", &m_bBadNetBulletFixEnabled, NULL },
{ true, true, 0, 1, 1, "bad_net_bullet_fix", &m_bBadNetBulletFixEnabled, NULL },
};

static std::vector < SIntSetting > settingsList;
Expand Down

0 comments on commit bf627a4

Please sign in to comment.