changing to packets user and creating internal.db, improved bat-bin

Packet.lua
This commit is contained in:
2025-11-02 21:29:52 -03:00
parent 22fb19a550
commit 1c3e448b8d
7 changed files with 57 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ func (pkg PacketLua) IsValid() bool {
switch {
case pkg.Serial == -133:
return false
case pkg.Description == "" || pkg.Maintaner == "" || pkg.Name == "" || pkg.Version == "":
case pkg.Description == "" || pkg.Maintainer == "" || pkg.Name == "" || pkg.Version == "":
return false
}
return true