Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro2
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
nanahira
srvpro2
Commits
4bac7039
Commit
4bac7039
authored
Feb 17, 2026
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5cb666a6
Pipeline
#43290
passed with stages
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
src/room/room.ts
src/room/room.ts
+0
-8
No files found.
src/room/room.ts
View file @
4bac7039
...
...
@@ -1842,12 +1842,4 @@ export class Room {
// TODO: teammate surrender in tag duel
return
this
.
win
({
player
:
1
-
this
.
getIngameDuelPos
(
client
),
type
:
0x0
});
}
async
getFieldInfo
()
{
if
(
!
this
.
ocgcore
)
{
return
undefined
;
}
const
info
=
await
this
.
ocgcore
.
queryFieldInfo
();
return
info
.
field
.
players
[
this
.
getIngameDuelPosByDuelPos
(
player
)].
lp
;
}
}
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