Skip to content

Commit 095ce2d

Browse files
committed
Update test.client.lua
1 parent 02fdfb8 commit 095ce2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/StarterPlayerScripts/test.client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ print("test2");
33

44
print("a");
55

6-
local version = require(game.ReplicatedStorage:WaitForChild("Version", 20));
6+
local version = require(game.ReplicatedStorage:WaitForChild("version", 20));
77
print(version.version)
88
print(version.commit)
99
print(version.branch)

0 commit comments

Comments
 (0)