File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
22# Release Notes
33
4+ ## Version 2.4.2
5+
6+ * Updated French translation from GitHub user Caranud
7+ * Fix typo causing player GSQ refresh rates to have no effect
8+
49## Version 2.4.1
510
611* Updated Vietnamese translation from nexusmods user Blazemc2k5
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ private void DoOnChanged() {
211211 RefreshOn playerRefresh = 0 ;
212212 foreach ( var item in Items ) {
213213 hostRefresh |= item . HostGsqRefresh ;
214- playerRefresh |= item . HostGsqRefresh ;
214+ playerRefresh |= item . PlayerGsqRefresh ;
215215 }
216216 this . HostRefresh = hostRefresh ;
217217 this . PlayerRefresh = playerRefresh ;
Original file line number Diff line number Diff line change 11{
22 "Name" : " To-Dew" ,
33 "Author" : " Jamie Taylor" ,
4- "Version" : " 2.4.1 " ,
4+ "Version" : " 2.4.2 " ,
55 "Description" : " An in-game To-do list" ,
66 "UniqueID" : " jltaylor-us.ToDew" ,
77 "EntryDll" : " ToDew.dll" ,
You can’t perform that action at this time.
0 commit comments