mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
forgot to add studio to get
This commit is contained in:
parent
ae1051cb0b
commit
c46a4ec022
@ -109,7 +109,9 @@
|
|||||||
|
|
||||||
public bool ForceRobloxReinstallation
|
public bool ForceRobloxReinstallation
|
||||||
{
|
{
|
||||||
get => String.IsNullOrEmpty(App.State.Prop.PlayerVersionGuid);
|
// wouldnt it be better to check old version guids?
|
||||||
|
// what about fresh installs?
|
||||||
|
get => String.IsNullOrEmpty(App.State.Prop.PlayerVersionGuid) && String.IsNullOrEmpty(App.State.Prop.StudioVersionGuid);
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (value)
|
if (value)
|
||||||
|
Loading…
Reference in New Issue
Block a user