- Хроники
- Salvation
- Исходники
- Присутствуют
- Сборка
- Essence
Buildfile: G:\есенс1\build.xml
checkRequirements:
init:
[mkdir] Created dir: G:\build\bin
compile:
[javac] Compiling 2421 source files to G:\build\bin
[javac] G:\есенс1\java\org\l2jmobius\gameserver\model\actor\instance\TrapInstance.java:90: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] 1 error
BUILD FAILED
G:\есенс1\build.xml:65: Compile failed; see the compiler error output for details.
Total time: 26 seconds
вот в в том файле
checkRequirements:
init:
[mkdir] Created dir: G:\build\bin
compile:
[javac] Compiling 2421 source files to G:\build\bin
[javac] G:\есенс1\java\org\l2jmobius\gameserver\model\actor\instance\TrapInstance.java:90: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] 1 error
BUILD FAILED
G:\есенс1\build.xml:65: Compile failed; see the compiler error output for details.
Total time: 26 seconds
вот в в том файле
Java:
@Override
public void broadcastPacket(IClientOutgoingPacket mov, boolean includeSelf)
{
World.getInstance().forEachVisibleObject(this, PlayerInstance.class, player ->
{
if (_isTriggered || canBeSeen(player))
{
player.sendPacket(mov);
}
});
}