瀏覽代碼

Fix game restart

Ivan Savenko 5 月之前
父節點
當前提交
6617d9b213
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/serializer/BinaryDeserializer.h

+ 0 - 1
lib/serializer/BinaryDeserializer.h

@@ -138,7 +138,6 @@ private:
 
 		if constexpr(std::is_base_of_v<IGameInfoCallback, std::remove_pointer_t<nonConstT>>)
 		{
-			assert(cb == nullptr);
 			cb = &data;
 		}