]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Registry: network and verify checksums on connect
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 523786e4165dd67aecb9e7c66d217ccfb77c02af..badc78ce69fca9ca08a318455741b88fdedccc0e 100644 (file)
@@ -934,8 +934,6 @@ NET_HANDLE(ENT_CLIENT_SCORES_INFO, bool isnew)
 
 NET_HANDLE(ENT_CLIENT_INIT, bool isnew)
 {
-       make_pure(this);
-
        nb_pb_period = ReadByte() / 32; //Accuracy of 1/32th
 
        hook_shotorigin[0] = decompressShotOrigin(ReadInt24_t());