Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
30886da0
Commit
30886da0
authored
Apr 28, 2022
by
Melledy
Browse files
Fix compile error caused by merge
parent
60cfa40d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/entity/EntityVehicle.java
View file @
30886da0
...
...
@@ -25,7 +25,7 @@ import emu.grasscutter.utils.ProtoHelper;
import
it.unimi.dsi.fastutil.ints.Int2FloatMap
;
import
it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap
;
public
class
EntityVehicle
extends
EntityGadget
{
public
class
EntityVehicle
extends
Entity
Base
Gadget
{
private
final
Player
owner
;
private
final
Int2FloatOpenHashMap
fightProp
;
...
...
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