From 57e52b3d1591db46b66b816f53461332e7636f44 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Tue, 5 Jan 2021 19:30:14 +0800 Subject: [PATCH] 空的是nil --- src/models/RolePlugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/RolePlugin.lua b/src/models/RolePlugin.lua index 6c0341b..64ae01e 100644 --- a/src/models/RolePlugin.lua +++ b/src/models/RolePlugin.lua @@ -1363,7 +1363,7 @@ function RolePlugin.bind(Role) end format.heros = heros format.supports = team.supports or {} - format.tactics = team.tactics or {} + format.tactics = team.tactics or nil return format end -- libgit2 0.21.2