mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Fixed Error in sytax
This commit is contained in:
@@ -119,7 +119,7 @@ Gui.left.add{
|
|||||||
end
|
end
|
||||||
for i,task in pairs(_tasks(player)) do
|
for i,task in pairs(_tasks(player)) do
|
||||||
local flow = frame.add{
|
local flow = frame.add{
|
||||||
name=i
|
name=i,
|
||||||
type='flow',
|
type='flow',
|
||||||
direction='horizontal'
|
direction='horizontal'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user