Remove broken buffer-sending in client

This commit is contained in:
Sofia 2017-11-25 13:39:12 +02:00
parent 621a37be41
commit c928222199
1 changed files with 0 additions and 4 deletions

View File

@ -27,10 +27,6 @@ namespace Network {
}
public override void Process(float delta) {
Timer += delta;
if (Timer < 1) { return; }
Timer = 0;
SendBuffer(TempBuffer, ServerConn);
}
public override void Connected(Connection conn) {