Skip to content

Commit dd89b73

Browse files
committed
Change wording of warning
1 parent dfc3756 commit dd89b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func execClientWrappersTemplate(modulePath, gameName, serverURL, libraryURL stri
178178
}
179179
os.RemoveAll(gameDir)
180180
} else {
181-
cli.Warn("DO NOT EDIT the `%s/` directory. ALL CHANGES WILL BE LOST when running `codegame update`.", gameDir)
181+
cli.Warn("DO NOT EDIT the `%s/` directory inside of the project. ALL CHANGES WILL BE LOST when running `codegame update`.", gameDir)
182182
}
183183

184184
type event struct {

0 commit comments

Comments
 (0)