промежуточный. тестирую новую версий конфигураций
This commit is contained in:
@@ -43,6 +43,7 @@ public class SapforConfigurationDBTable extends iDBTable<SapforConfiguration> {
|
||||
"имя",
|
||||
"автор",
|
||||
"флаги"
|
||||
// "теневые грани, %"
|
||||
};
|
||||
}
|
||||
@Override
|
||||
@@ -54,6 +55,8 @@ public class SapforConfigurationDBTable extends iDBTable<SapforConfiguration> {
|
||||
return object.sender_name;
|
||||
case 4:
|
||||
return object.getFlags();
|
||||
// case 5:
|
||||
// return object.MAX_SHADOW_WIDTH;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user