Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dark_Zane
MDPro3
Commits
9db8d18d
Commit
9db8d18d
authored
Apr 25, 2024
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
80c9d4e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
Assets/Scripts/MDPro3/Servants/Setting.cs
Assets/Scripts/MDPro3/Servants/Setting.cs
+13
-1
No files found.
Assets/Scripts/MDPro3/Servants/Setting.cs
View file @
9db8d18d
...
...
@@ -1309,6 +1309,12 @@ namespace MDPro3
void
OnSupportExpansions
()
{
if
(
Program
.
I
().
ocgcore
.
isShowed
)
{
MessageManager
.
Cast
(
InterString
.
Get
(
"决斗中不能更改此选项。"
));
return
;
}
if
(
supportExpansionsValue
.
text
==
InterString
.
Get
(
"否"
))
{
supportExpansionsValue
.
text
=
InterString
.
Get
(
"是"
);
...
...
@@ -1319,12 +1325,18 @@ namespace MDPro3
supportExpansionsValue
.
text
=
InterString
.
Get
(
"否"
);
Config
.
Set
(
"Expansions"
,
"0"
);
}
UIManager
.
ChangeLangua
ge
();
Program
.
I
().
InitializeForDataChan
ge
();
}
bool
checking
;
void
OnUpdatePrerelease
()
{
if
(
Program
.
I
().
ocgcore
.
isShowed
)
{
MessageManager
.
Cast
(
InterString
.
Get
(
"决斗中不能进行此操作。"
));
return
;
}
if
(!
checking
)
{
checking
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment