A D D S P A C E S

This commit is contained in:
SmallJoker 2018-11-22 19:48:24 +01:00 committed by GitHub
parent a35dd0d698
commit f9ad7ade9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function digilines.transmit(pos, channel, msg, checked)
if checked[checkedID] then
return
end
checked[checkedID]=true
checked[checkedID] = true
digilines.vm_begin()
local queue = queue_new()