Reduced network usage

This commit is contained in:
mathusummut
2018-12-15 21:26:03 +01:00
parent f34b90a637
commit b270b456d7

View File

@@ -35,7 +35,7 @@ using namespace Shared::Util;
using namespace std;
namespace Game {
int GameConstants::networkFramePeriod = 20;
int GameConstants::networkFramePeriod = 10;
int GameConstants::updateFps = 40;
int GameConstants::cameraFps = 100;